Thursday, 3 August 2017

Using cheerio, how would you access 123 main street in this context?

Here is the html
123 main street alternative address
accessing the 123 main street alternative address was pretty straight forward.var address2 = $("layer_addr); var address2Text = address2.text(); However, I'm stumped as to how to access just only the first address.

Submitted August 03, 2017 at 07:42AM by jjssjj71

No comments:

Post a Comment