Ajax/jQuery links not loading properly

khaledmedra

New Member
I'm currently using the jQuery/Ajax page load script, to fire my web pages into a div tag (rather than refreshing the page each time).I've just started to notice though that any links inside the pages that are being loaded in, will not display their destination in the same div?Idea:Link 1 on the home page > loads into main content div tag > click another link on the content that has just loaded from link 1 > loads into main div tag.. however right now, it just opens it as a new page.The way the links are taught/called is via \[code\]<ul id="style"><li>link</li></ul>\[/code\] tags.The coding from the non-link working page is the following:\[code\]<ul id="t-endnav"> <li><a href="http://stackoverflow.com/questions/14568687/lukeberry.php">Luke Berry</a></li><br /> <li><a href="http://stackoverflow.com/questions/14568687/click.php">Click Radio</a></li></ul>\[/code\]You can find the website at: http://colourednoise.co.uk/site/22/chrome.php - the page is under "Portfolio" and both "Click Radio" & "Luke Berry" should be loading their pages in-place of the current content displayed from "Portfolio".Any idea where I'm going wrong? It's turn my head to pieces today..
 
Back
Top