I'm a professional writer and Business Development with more than 10 years of experience. I have worked for a lot of businesses and can share sample works with you upon request. Chat me up and let's get started.
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:
Element ID
CSS Name
Tag Name
DOM hierarchy
Liked By
Write Answer
What are the basic selectors in JQuery?
Join MindStick Community
You have need login or register for voting of answers or question.
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: