What are the basic selectors in JQuery?
875
04-Sep-2019
Shrikant Mishra
04-Sep-2019The 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: