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.
Mouseout effect on feature slider?
Started by
sysorex
, Feb 10 2011 01:42 PM
4 replies to this topic
#1
Posted 10 February 2011 - 01:42 PM
#2
Posted 10 February 2011 - 05:28 PM
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
}
`
#3
Posted 10 February 2011 - 05:34 PM
so you know what i should put in for the function? and where do i put the function reset(){
#4
Posted 10 February 2011 - 06:16 PM
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.
#5
Posted 10 February 2011 - 06:25 PM
will do thanks hope i can find the solution to this.











