Open In App

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

Which of the following is identical for $(document).ready(function)?

(A)



jQuery(function)

(B)



$(function)

(C)

#(function)

(D)

read(function)

Answer: (B)
Explanation:

$(function) is identical to $(document).ready(function) Here ready function execute only one in the DOM.

Quiz of this Question
Please comment below if you find anything wrong in the above post

Article Tags :