Skip to content

Instantly share code, notes, and snippets.

@codeink
Created April 27, 2013 17:00
Show Gist options
  • Save codeink/5473786 to your computer and use it in GitHub Desktop.
Save codeink/5473786 to your computer and use it in GitHub Desktop.
$(document).ready(function(){
$("*").click(function(){
return true;
});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment