Web Technology
Accenture PrimereasyWeb TechnologyJquery

When referencing an HTML element using jQuery preceded by a # , what JavaScript function is this equivalent to?

Answer options

A
True
B
False

Correct answer: True

Explanation

TRUE — Using # in jQuery (e.g., ) is the equivalent of document.getElementById("myId") in plain JavaScript. Both select an element by its unique id attribute.

Related Accenture Web Technology questions

Practice more Accenture Web Technology questions

PrimerDumps has 1400+ primer questions, 2026 mocks and coding hands-on — all free.