Skip to content

Instantly share code, notes, and snippets.

@vanderhoop
Created June 9, 2014 13:05
Show Gist options
  • Select an option

  • Save vanderhoop/f0278ee0940e531c2d19 to your computer and use it in GitHub Desktop.

Select an option

Save vanderhoop/f0278ee0940e531c2d19 to your computer and use it in GitHub Desktop.

Common jQuery Methods

You just learned how to create jQuery objects. Now head into your sandbox and make use of the following methods. You'll have to look some of them up at MDN.

  • .text()
  • .html()
  • .attr()
  • .addClass()
  • .removeClass()
  • .toggleClass()
  • .css()
  • .remove()
  • .append()
  • .prepend()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment