Selectors in jQuery

jqueryAs we know, jQuery is mainly used to manipulate HTML elements in DOM.  The jQuery selectors play an important role in such manipulation.  Selectors help you in selecting right HTML element for manipulation.  You can add event handlers, styles, change attribute values of any HTML element etc.

Some of the most common jQuery selectors are given below:

For complete list of jQuery selectors, Click Here!