pintee Posted May 5, 2013 Share Posted May 5, 2013 Hi everyone!This is another n00b question but here goes...Say I have an index.php that loads a page.php into one of its divs. So:$('#result').load('page.php');page.php in turn has its own links and I want it so that when you click on one of these links it loads the respective page into the SAME #result div. Similarly that loaded page might have its own links and I want to continue loading content into the same div. How might I achieve this chain effect of pages?Thank you for your time! Link to comment https://forums.phpfreaks.com/topic/277646-loading-php-file-into-div-via-ajax/ Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.