Jump to content
Sign in to follow this  
sysorex

Mouseout effect on feature slider?

Recommended Posts

sysorex

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

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

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

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

will do thanks hope i can find the solution to this.

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

Sign in to follow this  

×