Explain the types of selectors in jquery?



Explain the types of selectors in jquery?..

Answer / Gyanesh Kumar

There are several types of selectors in jQuery, including ID selectors (e.g., $("#id")), class selectors (e.g., $(".className")), tag selectors (e.g., $("tagName")), and custom selectors (using CSS selectors).

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More jQuery Interview Questions

What is the difference between jquery and javascript?

1 Answers  


What is the use of .size() method in jquery?

1 Answers  


Explain the use of the $.fn.bind and $.fn.trigger.

1 Answers  


What are the different types of selectors?

1 Answers  


How to validate email using jquery?

0 Answers  


Whether C# code behind can be called from jQuery?

1 Answers  


What is the difference between prop() and attr() in jquery?

1 Answers  


Is jquery still relevant 2019?

1 Answers  


Is jQuery is a client or server scripting?

1 Answers  


What are the advantage of using cdn? : jquery mobile

1 Answers  


What is event.PreventDefault?

1 Answers  


How to divide a page into parts using jquery mobile? : jquery mobile

1 Answers  


Categories