What are jQuery Selectors?
Answers
Answered by
0
jQuery selectors allow you to select and manipulate HTML element(s). jQuery selectors are used to "find" (or select) HTML elements based on their name, id, classes, types, attributes, values of attributes and much more. It's based on the existing CSS Selectors, and in addition, it has some own custom selectors.
hope it is helpful
Similar questions
Computer Science,
6 months ago