I’m trying to get data from numerous web sites using java.
All was proceeding well until I hit a few sites that are using jQuery. Java obviously returns the jQuery code (which I can copy), but I have absolutely no idea how to get the jQuery code to run against the site from within Java.
Can some kind person point me in the right direction?