sysorex 0 Report post Posted February 10, 2011 I need help figuring out how to add a mouseout effect to the jquery cycle so that when you move the mouse off of the featurenav the slide show goes back to the first slide. Share this post Link to post Share on other sites
cmunns 16 Report post Posted February 10, 2011 Hmm..So I take you got the mouseover working. In this case you may have to write a function to do this and use the after: option for the jquery options like you added before pager: 'div#featurenav', pagerEvent: 'mouseover', // name of event which drives the pager navigation after: reset, and then create the function ` function reset(){ function goes here } ` Share this post Link to post Share on other sites
sysorex 0 Report post Posted February 10, 2011 so you know what i should put in for the function? and where do i put the function reset(){ Share this post Link to post Share on other sites
cmunns 16 Report post Posted February 10, 2011 I'm not a javascript expert unfortunately. I would try posting this question on stack overflow or something like that since the jquery cycle plugin is widely used. Share this post Link to post Share on other sites
sysorex 0 Report post Posted February 10, 2011 will do thanks hope i can find the solution to this. Share this post Link to post Share on other sites