mnmldave / scraper

Simple web scraping for Google Chrome.
http://mnmldave.github.com/scraper
BSD 3-Clause "New" or "Revised" License
333 stars 115 forks source link

Using jquery? #26

Open aandis opened 9 years ago

aandis commented 9 years ago

If I want to select all the elements in a page which have a particular class x, what's the jQuery expression compatible with the extension that I'd need to write? I do $(".y") but I get Syntax error, unrecognized expression: $(".y")

On a side note, great extension! Saved a lot of my time. Thank you!