[jQuery] how could I unbind .hover() ?
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<br clear="all">
--
Zacky Ma
<a href="http://www.marchbox.com">www.marchbox.com</a>