Skip to content

Instantly share code, notes, and snippets.

@bittersweetryan
Created July 24, 2012 02:07
Show Gist options
  • Save bittersweetryan/3167517 to your computer and use it in GitHub Desktop.
Save bittersweetryan/3167517 to your computer and use it in GitHub Desktop.
$("ul").one('click','li',function(
$(this).css('text-decoration','line-through');
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment