Skip to content

Instantly share code, notes, and snippets.

@kovaldn
Created November 1, 2013 12:22
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 kovaldn/7264645 to your computer and use it in GitHub Desktop.
Save kovaldn/7264645 to your computer and use it in GitHub Desktop.
Javascript: live on
$( selector ).live( events, data, handler ); // jQuery 1.3+
$( document ).delegate( selector, events, data, handler ); // jQuery 1.4.3+
$( document ).on( events, selector, data, handler ); // jQuery 1.7+
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment