Jquery Selectors With Example
Jquery Selectors allows to select,modify,remove html elements
1) ID Selector (Query an element with provided ID)
2) Class Selector (Query an element with provided class name)
3) Element Selector (Query an element with provided element type)
4) Attribute Selector (Query an element with provided Attribute)