Skip to content
Related Articles
Open in App
Not now

Related Articles

Web technologies Questions | jQuery Quiz | Set-3 | Question 9

Improve Article
Save Article
Like Article
  • Last Updated : 20 Sep, 2021
Improve Article
Save Article
Like Article

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

My Personal Notes arrow_drop_up
Like Article
Save Article
Related Articles

Start Your Coding Journey Now!