What are the types of selectors in jQuery?



What are the types of selectors in jQuery?..

Answer / Ranjana Kumari

Types of selectors in jQuery include ID selector (#id), class selector (.className), element name/tag selector (element), and custom attribute selector ([attribute=value]).

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More jQuery Interview Questions

How to read cookies in jquery?

1 Answers  


Explain the starting point of code execution in jquery? : jquery mobile

1 Answers  


explain bind() vs live() vs delegate() methods in jquery

1 Answers  


What is the use of jQuery.data() method?

1 Answers  


What are the different types of selectors in jquery?

1 Answers  


How to multiple version of jQuery?

1 Answers  


Difference between document.ready() and body onload()?

1 Answers  


Why do we use jquery? : jquery mobile

1 Answers  


What is the slowest selector in jQuery?

1 Answers  


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

1 Answers  


What is finish method in jQuery?

1 Answers  


How to check jQuery version?

1 Answers  


Categories