I got stuck somewhere while experimenting with Cheerio.Here's the DOM I'm dealing with. There are multiple table rows per table header.When I'm done with "iamhere" class, I need to extract a value from ineedthis, but I need to get that value from its source (first ineedthis when I keep looking for a ineedthis class above), so the way I go up through the dom should be iamhere > tr > ineedthis.How can I do that?
Submitted January 13, 2016 at 02:20AM by laraveling
No comments:
Post a Comment