Home »
MCQs »
jQuery MCQs
What is the use of jQuery Selectors?
12. What is the use of jQuery Selectors?
- jQuery selectors are used to select and manipulate HTML element(s).
- jQuery selectors are used to import the HTML elements from the other file.
- jQuery selectors are used to select and manipulate JSON elements(s).
- jQuery selectors are used to select and manipulate ReactJS classes.
Answer: A) jQuery selectors are used to select and manipulate HTML element(s)
Explanation:
jQuery selectors are used to select and manipulate HTML element(s).