Q: Which of the following isn't a jQuery feature?
-
A
Efficient query method for finding the set of document elements
-
B
Expressive syntax for referring to elements in the document
-
C
Useful set of methods for manipulating selected elements
-
D
Powerful functional programming techniques is not used for operating on sets of elements as a group
D
Answer:
D
Explanation:
These characteristics are central to jQuery's power and utility:
An expressive syntax (CSS selectors) for referring to document elements
A quick way to find the set of document elements that match a CSS selector.
A useful collection of methods for manipulating specific elements.
Effective functional programming techniques for working with groups of elements rather than one at a time.
A concise idiom (method chaining) for expressing operation sequences.
Related Topic:
Share Above MCQ