What is jQuery Selectors? Give some examples.
Kunal Gautam
http://www.w3schools.com/jquery/jquery_selectors.asp
jQuery selectors and attribute selectors are some of the best features jQuery has to offer when it comes to DOM manipulation. They allow you to quickly select all elements or groups of element of a given tag name, attribute name or their contents and allow you to manipulate them as a group or a single node.