When referencing an HTML element using jQuery preceded by a ‘ # ‘ , what JavaScript function is this equivalent to?
Answer options
A
getElementById
B
Incorrect option A
C
Incorrect option B
D
Incorrect option C
Correct answer: getElementById
Explanation
The correct answer is: getElementById.