Advertisement
Guest User

Untitled

a guest
Apr 18th, 2014
44
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. $(document).click(function(e) {
  2. window.onunload=function() {
  3. return false;
  4. }
  5. })
  6.  
  7. $(document).bind('click', function(ev) {
  8. ev.stopImmediatePropagation();
  9. return false;
  10. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement