I am using the AnythingSlider on a couple of sites and I think it's great. However I have been asked if it is possible for the thumbnav links to activate the animation (slide) on hover instead of on click. I'm new to jquery and all things js so apologies if this is a ridiculous question,
Thanks for your reply JaredAM. However I'm still not sure where I need to put that code? I can't find any reference to 'slide-jump' in any of the anythingslider code.
I am using the AnythingSlider on a couple of sites and I think it's great. However I have been asked if it is possible for the thumbnav links to activate the animation (slide) on hover instead of on click. I'm new to jquery and all things js so apologies if this is a ridiculous question,
Thanks,
Ze21
Basically change the click to a hover:
Sorry for being a bit slow,
Ze21
Change it to:
$a.hover(function(e){base.gotoPage(index);