JQuery Programmer Question:
Download Questions PDF

What is a jQuery selector?

JQuery Programmer Interview Question
JQuery Programmer Interview Question

Answer:

A jQuery Selector is a function which makes use of expressions to find out matching elements from a DOM based on the given criteria. Simply you can say, selectors are used to select one or more HTML elements using jQuery. Once an element is selected then we can perform various operations on that selected element. jQuery selectors start with the dollar sign and parentheses - $().

Download JQuery Programmer Interview Questions And Answers PDF

Previous QuestionNext Question
What is closure?How to select single element using jQuery with the given element id some-id?