What are the basic selectors in JQuery?
Ask by Shrikant Mishra
Updated 19 Sep 2020
The jQuery Selector is a function which makes use of expressions to find out matching elements from a DOM based on the given criteria. Just we can say that the selectors are used to select one or more HTML elements using jQuery. When an element is selected then we can perform various operations on that selected element.
Following are the basic selectors in jQuery: