| Dan Wahlin's WebLog |
Previous Tips: jQuery Tip #1 - Defining a Context When Using Selectors jQuery Tip #2 - Manipulating the DOM in a Loop jQuery Tip #3 – Using the data() Function jQuery Tip #4 – Use the on() Function for Event Handling jQuery Tip #5 – Using jQuery’s end() Function to Work with Sets
Selectors are a key part of jQuery and one of the features that have
Selectors are a key part of jQuery and one of the features that have
made it so popular over the years. If you've worked with jQuery then you've used different types of native selectors including tag name, ID, class name, and others. jQuery also provides selector extensions that add the ability to search children in a given parent by position, locate input elements, find even or odd elements, and much more. Examples of custom selector extensions in jQuery include :eq(), :hidden, :gt(), :visible, and many more. A complete list of the selector extensions built into jQuery can be found at http://api.jquery.com/category/selectors. While most jQuery developers know about selector extensions, many aren't...(Read whole news on source site)




