I am having some problems with ajax and javscript on my website. www.sme dia.ca/new/ I have having problems with my slider jquery script. I need someone to help me find the problem. If you go to the site and scroll to the show more screen shot button and click it the div will slide open. Altough if you load new content in that section the div will not slide open.
seems there is only 1 image in the slider. this image alone. try adding more image.hope that fix the problem. regards anuradhan
You've got two old copies of jQuery in there. Try replacing these lines: <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.0/jquery.min.js"></script> <script type="text/javascript" src="js/jquery.js"></script> Code (markup): With this line: <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"></script> Code (markup):