I want three tables from a page that reloads itself every two minutes. I have screen scraped the three tables using php now I want to put these three tables in a div on my page what is the best ajaxy way to do this?
should i save the three tables as a separate html file and then load them by load() or use json or ...?