Skip to content

Instantly share code, notes, and snippets.

@matthung0807
Created June 6, 2017 05:43
Show Gist options
  • Save matthung0807/a0c29fb2955ab8cbdffffc9774a7e0f3 to your computer and use it in GitHub Desktop.
Save matthung0807/a0c29fb2955ab8cbdffffc9774a7e0f3 to your computer and use it in GitHub Desktop.
$("input").click(function(){
console.log($(this).val());
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment