Skip to content

Instantly share code, notes, and snippets.

@vanderhoop
Last active August 29, 2015 14:14
Show Gist options
  • Save vanderhoop/760e74c91b07a0c55d43 to your computer and use it in GitHub Desktop.
Save vanderhoop/760e74c91b07a0c55d43 to your computer and use it in GitHub Desktop.

Common jQuery Methods

You just learned how to create jQuery objects. Now take the next 25 minutes to research and experiment with the following methods, all of which you can call on jQuery objects. (And this is only the beginning, there are many more to be found)!

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