I want to scrape a page using YQL but the page is loaded via ajax using json files and the returned data is the html file with out any data. It there a way to make sure the page is fully loaded before returning the data via YQL? Thanks in advance! Ryan
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
As far as I know, jquery ajax success function will return the fully loaded response. I use it quite often and I have never had it return a partial response from an ajax request where I would be required to wait for more data. Have you used the Firebug NET tab to verify what is being sent and received back in your ajax requests? If not, thats a good place to start to see whats going on. |
|||
|