1 |
$("body").mouseleave(showPop); |
Seems to work with all browsers.
User tries to use the toolbar or exit the page – kaboom, we have a message.
1 |
$("body").mouseleave(showPop); |
Seems to work with all browsers.
User tries to use the toolbar or exit the page – kaboom, we have a message.