Manipulating the DOM with jQuery
We’ve already seen some basic DOM manipulation with previous examples. Things like adding a class when the DOM is ready, or updating the text of a button based upon events that the user creates as they use the page. However, these are simple, and we can do so much more. First however, let’s talk about…