Skip to content

Instantly share code, notes, and snippets.

@nickstenning
Created September 8, 2009 21:26
Show Gist options
  • Select an option

  • Save nickstenning/183237 to your computer and use it in GitHub Desktop.

Select an option

Save nickstenning/183237 to your computer and use it in GitHub Desktop.
$(document.body).live('mouseup', function () { console.log("mouseup from elem") });
$('body').live('mouseup', function () { console.log("mouseup from string selector") });
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment