Guest User

Untitled

a guest
Jun 23rd, 2018
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. $('#theListId').unbind('mouseenter').unbind('mouseleave');
  2.  
  3. function test(){ alert('test'); };
  4.  
  5. $( "li" ).hover( test );
  6.  
  7. $("li").unbind('hover', test);
Add Comment
Please, Sign In to add comment