jquery command???
jquery command???
- Started
- Last post
- 3 Responses
- wwfc
alright all!
i need to change some jquery to work as a rollover - at the moment it works but on two buttons - not by rolling over...
what is the command for rollout?
$('#play').hover(function() {
$('#sprite').spriteSequencer('pl...
});$('#play').click(function() {
$('#sprite').spriteSequencer('pl... {frame: 1})
});the hover works fine but i want the sequence to reverse back to frame1 on mouse out...
any ideas folks?
;-)
- ESKEMA0
$( "#play" ).hover(
function() {
//here is the roll-in
}, function() {
//here is the roll-out
}
);
- zaq0
- ohhhhhsnap0
nerds.
- <dbloc
- really i'm just jealous that i can't wrap my head around that stuff.ohhhhhsnap