I am new to jquery and am having a lot of trouble customising my WordPress ‘Easy Gallery Slider’ plugin.
Here is the website: http://andycallahan.eu/2012/bikes-2/
I would like the slideshow to advance to the next slide when the image is clicked.
The reason I am having so much trouble is that the image inside the slideshow is not in it’s own div, so it would have to be a ul/li onclick event.
I am not quite sure what code snippets to show, so to conserve space here are the links:
jquery.flexslider.js: http://www.heypasteit.com/clip/0G8K
Thanks so much!
The docs say, that there’s a slider.flexAnimate(target) method.
Use it in
$("ul.slides img").click(function(ev){ /* here */ }).