The hover bind a mouseover and mouseout event and you can remove them by
doing the following:

$('div').unbind('mouseover').unbind('mouseout');

--
Brandon Aaron

On 6/22/07, March <[EMAIL PROTECTED]> wrote:

i did something like this:

$('div').hover(function(){
    // do something
},function(){
    // do something else
});

but after some event, i need to disable the hover effect, is there any
easy way to do this?

thanks

--
Zacky Ma
www.marchbox.com

Reply via email to