How Do I Change Div's Content With jQuery To Different PHP Files - Using Hyperlinks - No Refresh Of Page
Lets say I have a div with the id of statsdiv
Then Lets say I have These Pages:
page1.php page2.php page3.php
And 3 links.
page1 | page2 | page3
I need it to preload page1 when the document is first opened, then I need to be able to change to page1, page2, or page3 within 1 div of the page without the page refreshing.
I also need that div to refresh every 5 seconds.
How can I accomplish this?