What are the basic selectors in jQuery?
Nitin Choudhary
http://www.tutorialspoint.com/jquery/jquery-selectors.htm
$("tagname") and other id,class,name than selector
1 " #id" used for Id selection 2 ".class name" used for Class selection 3. "element name" direct use for element selection
There are more than 40 different types of selectors but the most commonly used are ID,Class Name and Tag Name
1)class Selector (dot) 2)Id Selector (#) 3)html selector
JQuery Default Selector $
id,class
#id Selector, .class Selector
Following are the basic selectors in jQuery:Element ID CSS Name Tag Name DOM hierarchy