Answers

Question and Answer:

  Home  JQuery Programmer

⟩ What is a jQuery selector?

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 - $().

 190 views

More Questions for you: