I have a tricky one, I am trying to scrape data from http://www.vafinancials.com/v5/plugins/quick_stats.php?id=25129.
I was able to do this for another website where I pulled the page source and parsed the source for the data I was looking for. However with this site I can't seem to find any way of scraping the relevant data.
So I am curious how would one scrape data on such a site where jQuery seems to be generating the result behind closed doors.
Anyone have any ideas?

