Open In App

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

Like Article
Like
Save
Share
Report

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


Last Updated : 20 Sep, 2021
Like Article
Save Article
Previous
Next
Share your thoughts in the comments
Similar Reads