Methods

Now that we can find what we want to work on in our page, we can actually use functions on them. Some JQuery methods will get and set content on your web page, they only thing that has to be done differently in those functions are adding in the new value that you would like
get:

tutorial

set:
tutorial

Get/SetMethods

tutorial

beyond the set and get methods, there are also methods to add and remove conetent from the page such as append(), before, addClass, remove() to name a few. There is more than likely a function that will aid you in exactly what you would like to do.

Extra Methods

tutorial

NEXT LESSON