Skip to content

Instantly share code, notes, and snippets.

@Kcko
Created April 4, 2014 08:02
Show Gist options
  • Save Kcko/9970160 to your computer and use it in GitHub Desktop.
Save Kcko/9970160 to your computer and use it in GitHub Desktop.
jquery - multiple on
$("#myLink")
.addClass("bold")
.on("click", myClickHandler)
.on("mouseover", myMouseOverHandler)
.show();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment