Skip to content

Instantly share code, notes, and snippets.

@ilake
Created November 20, 2012 08:15
Show Gist options
  • Select an option

  • Save ilake/4116690 to your computer and use it in GitHub Desktop.

Select an option

Save ilake/4116690 to your computer and use it in GitHub Desktop.
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script>
<script>
$(document).ready(function(){
$("#button").click(function()  
// Do anything you want here
return false // cancel default action
);
});
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment