Skip to content

Instantly share code, notes, and snippets.

@lnmunhoz
Last active December 20, 2015 04:59
Show Gist options
  • Save lnmunhoz/6074768 to your computer and use it in GitHub Desktop.
Save lnmunhoz/6074768 to your computer and use it in GitHub Desktop.
Get element by name
$("button[name=someName]").click(function () {
alert($(this).attr('name'));
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment