Home › Forums › JavaScript › Building an Ajax system for a website, script issues › Reply To: Building an Ajax system for a website, script issues
June 27, 2015 at 6:50 am
#204269
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.