Rhita wants to replace a jQuery code '$(document).ready(fun)' using another equivalent method. Help her to find the correct method from the given options.
Answer options
A
$(fun)
B
Incorrect option A
C
Incorrect option B
D
Incorrect option C
Correct answer: $(fun)
Explanation
The correct answer is: $(fun).