Learn About CSS Selectors
Hey all,
If you are still learning how to use jQuery, revising how CSS selectors work may open new horizons for you.
When I first started I wasn't exactly sure how the selectors in $('here') were supposed to work. I then learned that it uses the same method as CSS to access the DOM elements.
Here is a great resource for CSS Selectors straight from the w3:
http://www.w3.org/TR/REC-CSS2/selector.html
Feel free to post other good CSS selector tutorials and resources here.