|
Which of the four .js files are required for that part of your script?
<script type="text/javascript" src="/javascript/jquery-1.4.2.min.js"></script>
<script type="text/javascript" src="/javascript/switchGalleryImage.js"></script>
<script type="text/javascript" src="http://simonbattersby.com/javascript/jquery.easing.1.3.js"></script>
<script src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.2/jquery-ui.min.js" type="text/javascript"></script>
So far, I've included:
<script type="text/javascript" src="/js/jquery-1.8.2.min.js"></script>
<script type="text/javascript" src="/js/switchGalleryImage.js"></script>
Not sure if I still need to have the other two. And 1.8.2 is the newer version 1.4.2
.
Last edited by mlseim; 09-29-2012 at 06:07 PM..
|