Skip to content

Instantly share code, notes, and snippets.

@larsklevan
Created May 31, 2011 16:27
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 larsklevan/3d751da88a23577ab60e to your computer and use it in GitHub Desktop.
Save larsklevan/3d751da88a23577ab60e to your computer and use it in GitHub Desktop.
jQuery without using .live won't work
$('a.new_post').click(function(e) {
// do stuff
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment