Vidyalelo
JavaScript · Q157

Document Object Model And Event Handling

Programming · JavaScript · question 157

Q157

Which of the following is a heavily overloaded function?

A.
jQuery()
B.
$()
C.
script()
D.
Both jQuery() and $()
Answer

Answer: Option D

Solution

Answer: Option D
Solution:
The jQuery() function (a.k.a) $()) is the most important one in the jQuery library. It is heavily overloaded, however, and there are four different ways you can invoke it.