Hi I have a simple thumbnail gallery of two rows of 5 images for a total of ten and my previous and next buttons aren't working and I can not figure out why they are not working? I would like when you click on previous or next button it moves the gallery section accordingly. Here is a link to what I have : http://jsfiddle.net/jsavage/YRTzG/21/[question] any help would be greatly appreciated! Thanks
Asked
Active
Viewed 293 times
-1
-
you failed to include jquery, so `$` is not defined. – Marc B Mar 11 '13 at 15:53
-
Beau thanks for the response. I actually do have the jquery library file included on my original file. I have selected the jquery library from the side menu in my fiddle and still not working. Please advise and thank you for your response! – jsavage980 Mar 11 '13 at 16:10
2 Answers
0
Actually you forget to include jquery library file. Include the following line in your code...
<script type="text/javascript"
src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js">
</script>

Shivaji Ranaware
- 169
- 1
- 8
-
Shivaji - I actually do have the jquery library file included on my original file. I have selected the jquery library from the side menu in my fiddle and still not working. Please advise and thank you for your response! – jsavage980 Mar 11 '13 at 16:08
0
Please look at image ,at top left side black selected rectangle which showing that you are forgot to add JQuery library file

Mohsen Safari
- 6,669
- 5
- 42
- 58

Shivaji Ranaware
- 169
- 1
- 8
-
Hi Shivaji... Thanks again for your response. Here is my updated fiddle. http://jsfiddle.net/jsavage/YRTzG/21/ appreciate any help you can give! Thank you! – jsavage980 Mar 11 '13 at 18:15