Skip to content

Instantly share code, notes, and snippets.

@muratcorlu
Created July 11, 2012 19:42
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 muratcorlu/3092755 to your computer and use it in GitHub Desktop.
Save muratcorlu/3092755 to your computer and use it in GitHub Desktop.
lazyHandler examples
$('#header li a.clickable').click(function);
$.lh('#header li a.clickable').click(function(event){
console.log($(this).text());
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment