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! Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.