I need to send this to the capIn() and capOut() functions so that I can target the children divs of the correct .slide. How do I pass this to a function. this would be what is hovered.
$(".slide").hover(function(){capIn();capOut();});
|
I need to send
|
|||
|
Looking at the function names
You can use
|
|||||||||||||||
|
See here: https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Function/apply UPDATE: If
|
|||||||||||||
|
|
This works for me:
|
|||
|
|
mouseenterandmouseleaveevents? – squint Feb 10 '12 at 15:25