Skip to content

Instantly share code, notes, and snippets.

@avand
Created July 20, 2016 01:05
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/dd5377d3b5a1052a5f0e3e3bafa721ca to your computer and use it in GitHub Desktop.
Save avand/dd5377d3b5a1052a5f0e3e3bafa721ca to your computer and use it in GitHub Desktop.
// Get all the list items, update their text, and set a class...
$("li").text("new text").addClass("todo")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment