Computer Science, asked by yogisingh1445, 1 year ago

Which of the following are the features of jQuery?
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.All of the mentioned

Answers

Answered by Avanish010
1
Hi there,

Option D is correct.

Explanation: These features are at the heart of jQuery’s power and utility:

An expressive syntax (CSS selectors) for referring to elements in the document

An efficient query method for finding the set of document elements that match a CSS selector

A useful set of methods for manipulating selected elements

Powerful functional programming techniques for operating on sets of elements as
a group, rather than one at a time

A succinct idiom (method chaining) for expressing sequences of operations.

Answered by Anonymous
1
heya..

Here is your answer...

Which of the following are the features of jQuery?

Efficient query method for finding the set of document elements,Expressive syntax for referring to elements in the document,Useful set of methods for manipulating selected elements are the features of jQuery.

D.All of the mentioned

It may help you...☺☺
Similar questions