View Single Post
Old 09-29-2012, 06:03 PM   PM User | #3
mlseim
Master Coder

 
mlseim's Avatar
 
Join Date: Jun 2003
Location: Cottage Grove, Minnesota
Posts: 9,045
Thanks: 8
Thanked 1,029 Times in 1,020 Posts
mlseim has a spectacular aura aboutmlseim has a spectacular aura aboutmlseim has a spectacular aura about
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..
mlseim is offline   Reply With Quote