Simple jQuery Slideshow Script by Jon Raasch error -
i'm using simple jquery slideshow script jon raasch (http://jonraasch.com/blog/a-simple-jquery-slideshow) , works on english version of site, on spanish version doesn't work. it's same code. i'm not sure why works on 1 , not on other one. files linked correctly , don't see error in firebug.
english version (this 1 works) http://www.stri.si.edu/
spanish version (this 1 doesn't work, stays on first image) http://www.stri.si.edu/espanol/index_test.php
please help!
-marisol
your problem overwrote jquery on page prototype:
<script type="text/javascript" src="http://www.stri.si.edu/js/prototype.js"></script>
why using such old jquery version 5 years ago?
anyway, solution either remove prototype if not used anything, or use jquery.noconflict
the reason english page works overwrite prototype jquery on page. leads to believe dont need prototype , can remove it.
Comments
Post a Comment