Skip to content

Instantly share code, notes, and snippets.

@cornedor
Forked from anonymous/gist:6591494
Last active December 23, 2015 06:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cornedor/6591520 to your computer and use it in GitHub Desktop.
Save cornedor/6591520 to your computer and use it in GitHub Desktop.
<input id="yourinput" type="email" name="email" id="email" />
<script>
document.querySelector("#yourinput").addEventListener('click', function(e) {
console.log(e.target);
$(e.target).jeJqueryShit();
}, false);
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment