Skip to content

Instantly share code, notes, and snippets.

@Alir3z4
Created May 20, 2012 10:18
Show Gist options
  • Save Alir3z4/2757572 to your computer and use it in GitHub Desktop.
Save Alir3z4/2757572 to your computer and use it in GitHub Desktop.
$(function(){
$("input").click(function(){
alert("clicked");
});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment