What are the different type of selectors in jquery?



What are the different type of selectors in jquery?..

Answer / Sona Singh

There are several types of selectors in jQuery, including: ID selector (#id), class selector (.class), tag selector (element), and complex selector (combination of multiple selectors).

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More jQuery Interview Questions

differentiate between bind() vs live() vs delegate() methods in jquery.

1 Answers  


How we can set the html contents of an element in jquery?

1 Answers  


What are all the ways to include jQuery in a page?

1 Answers  


Explain .empty() vs .remove() vs .detach() in jquery

1 Answers  


Why we use chaining in jquery?

1 Answers  


What is a jquery library?

1 Answers  


What are jquery plugins?

1 Answers  


Difference between event.PreventDefault and event.stopPropagation?

1 Answers  


Explain chaining in jquery? : jquery mobile

1 Answers  


How do you stop the currently-running animation?

1 Answers  


How to load a page using jquery mobile? : jquery mobile

1 Answers  


What is the use of jquery.data()?

1 Answers  


Categories