Web Technology
Accenture Technical PrimermediumWeb TechnologyJquery

Rhita wants to replace jQuery's $(document).ready(fun) with an equivalent shorter method.

Answer options

A
$(fun)
B
#(fun)
C
There is no equivalent function for the given code
D
jQury(fun)

Correct answer: $(fun)

Explanation

Quick AnswerThe correct answer is $(fun) because it directly addresses the core logic of Web Technology.

$(fun) is the shorthand for $(document).ready(fun) in jQuery. It executes the provided function once the DOM is fully loaded and ready for manipulation.

Related Accenture Web Technology questions

Practice more Accenture Web Technology questions

PrimerPrep has 1400+ practice questions, 2026 simulations and coding hands-on — all free.

Watch Walkthroughs!