Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums JavaScript Building an Ajax system for a website, script issues Reply To: Building an Ajax system for a website, script issues

#204269
Mottie
Member

It would help if you would provide the HTML from the links being used, specifically the contents of the href.

Also note that some browsers do not allow the loading of local content via ajax. Use a localhost or Firefox to test the script from your drive.

I think the easiest thing to do would be to start out with this tutorial code (“How to Load In and Animate Content with jQuery”) as a base and work from there.