Section 4: jQuery

Articles

Introduction to jQuery
jQuery is one of the most popular JavaScript libraries in the world. It offers a lightweight set of tools that make it easier to use JavaScript on your website. jQuery simplifies many of the complex features of "vanilla" Java...
Sizzle Selectors
Sizzle is a JavaScript selector library that offers powerful ways to select elements. You can select based off text contained (or not contained) within elements, the existence of child elements inside a parent, or if those elements do not exist. ...