Multiple choice technology web technology

which is used to manipulate html elements in jquery?

  1. constructors of jquery

  2. html tags of jquery

  3. callback

  4. selectors

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

jQuery selectors are used to find and manipulate HTML elements in the DOM. Selectors use CSS syntax to identify one or more elements, which can then be modified using jQuery methods. Constructors like $() wrap selections, callbacks are functions executed after events, and jQuery doesn't have 'html tags' as a concept.