Adding the event:
1 |
$("body").mouseleave(showPop); |
Removing the event:
1 |
$("body").off("mouseleave"); |
Adding the event:
1 |
$("body").mouseleave(showPop); |
Removing the event:
1 |
$("body").off("mouseleave"); |