Vidyalelo
JavaScript · Q158

Document Object Model And Event Handling

Programming · JavaScript · question 158

Q158

Which of the following is an equivalent replacement of (document).ready(f)?

A.
jQuery(f)
B.
$(f)
Answer
C.
#(f)
D.
None of the mentioned

Answer: Option B

Solution

Answer: Option B
Solution:
The equivalent replacement of (f).