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
Join MindStick Community
You need to log in or register to vote on answers or questions.
We use cookies to ensure you have the best browsing experience on our website. By using our site, you
acknowledge that you have read and understood our
Cookie Policy &
Privacy Policy.
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: