Nitin Choudhary
What are the basic selectors in jQuery?
By Nitin Choudhary in JQuery on Jan 20 2015
  • Bidyasagar Mishra
    Jul, 2019 12

    • Id
    • Class
    • atribute
    • type
      etc

    • 0
  • Munesh Sharma
    May, 2016 4

    http://www.tutorialspoint.com/jquery/jquery-selectors.htm

    • 0
  • sandip mulani
    Dec, 2015 9

    $("tagname") and other id,class,name than selector

    • 0
  • maulik patel
    Nov, 2015 3

    1 " #id" used for Id selection 2 ".class name" used for Class selection 3. "element name" direct use for element selection

    • 0
  • Ajith Mohan
    May, 2015 30

    There are more than 40 different types of selectors but the most commonly used are ID,Class Name and Tag Name

    • 0
  • Kiranteja Jallepalli
    May, 2015 25

    1)class Selector (dot) 2)Id Selector (#) 3)html selector

    • 0
  • Kml Surani
    Apr, 2015 14

    JQuery Default Selector $

    • 0
  • Guest User
    Mar, 2015 31

    id,class

    • 0
  • Pankil Bhatt
    Mar, 2015 26

    #id Selector, .class Selector

    • 0
  • Nitin Choudhary
    Jan, 2015 20

    Following are the basic selectors in jQuery:Element ID CSS Name Tag Name DOM hierarchy

    • 0


Most Popular Job Functions


MOST LIKED QUESTIONS