Skip to content

Instantly share code, notes, and snippets.

@jorgemancheno
Created May 4, 2012 14:21
Show Gist options
  • Save jorgemancheno/2595074 to your computer and use it in GitHub Desktop.
Save jorgemancheno/2595074 to your computer and use it in GitHub Desktop.
Helpful Regular Expressions
// Find jQuery Events
(\.(blur|change|(dbl)?click|error|focus(in|out)?|hover|key(down|press|up)|(un)?load|mouse(down|enter|leave|move|up)|ready|resize|scroll|select|submit|toggle)\()
// Find jQuery Handler Attachment Methods
(\.((un)?bind|(un)?delegate|die|live|off|on(e)?|trigger(Handler)?)\()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment