Skip to content

Instantly share code, notes, and snippets.

@bittersweetryan
Created June 27, 2013 13:15
Show Gist options
  • Save bittersweetryan/5876298 to your computer and use it in GitHub Desktop.
Save bittersweetryan/5876298 to your computer and use it in GitHub Desktop.
jQuery chaining formatting
$( '#selector')
.on('click', function(){
...
})
.on('mouseenter', function(){
...
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment