I currently have a page that uses jquery.load on a timer to load an external php script into a div. That php script queries my mysql database for the last entry and then returns an iframe with an embedded google map. My problem is with the jquery.load it doesnt check to see if the data is different so my page still refreshes every 5 seconds. I would like to be able to call the external php script and return the data, then jquery can check to see if it matches the current content, if so, just …
