Skip to content

Instantly share code, notes, and snippets.

@fivestar
Created July 26, 2010 07:40
Show Gist options
  • Save fivestar/490287 to your computer and use it in GitHub Desktop.
Save fivestar/490287 to your computer and use it in GitHub Desktop.
<input type="button" id="bbb" />
<script>
//<![CDATA[
function handle(event) {
alert($(event.target).attr('id'));
}
$('#bbb').click(handle);
//]]>
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment