Web technologies Questions | jQuery Quiz | Set-3 | Question 9
Which of the following is considered as a highly overloaded function in jQuery?
(A)
jQuery()
(B)
$()
(C)
script()
(D)
Both jQuery() and $()
Answer: (D)
Explanation:
jQuery() and $() are the function that is considered as a highly overloaded function in jQuery.$() is responsible for the conversion of the DOM elements.If you call $() then it will create the empty jQuery object.
Quiz of this Question
Please comment below if you find anything wrong in the above post
Please Login to comment...