Getting Started with jQuery
Our fourth lesson begins our experimenting with jQuery. jQuery is a powerful library that extends JavaScript. I like to think of it being like a step stool. It allows me to reach further than I could on my own. I still use the basic programming (JS/my body) to do the programming, but the extension (jQuery/the stool) allows me to do more with less effort.
Demos of code from these slides
For further information, please read this blog post: jQuery vs JavaScript. Feel free to comment or ask a question on it as well.