Skip to content

Instantly share code, notes, and snippets.

@avand
Created July 20, 2016 00:54
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 avand/3044b81aae160d95fcad48c3926d83ae to your computer and use it in GitHub Desktop.
Save avand/3044b81aae160d95fcad48c3926d83ae to your computer and use it in GitHub Desktop.
// Get all the todos on the page...
var $listItems = $("li.todo");
// Add a class to them all...
$listItems.addClass("complete");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment