I have a HTML response as:
<table id="\"tableone\"" class="\"sortable">
Now ,when I tries to find element with the ID #tableone ,it returns nothing but if I try to find using 'table' it works.
var $ = cheerio.load(html)
console.log('tableone:'+ $('#tableone').length) => 0
via Jaswinder
No comments:
Post a Comment