Single Choice
Easy
QWhich of the following is a substitute for $(document). ready(f)?
ID: #5228
Javascript jQuery MCQ
230 views
Question Info
#5228Q ID
EasyDifficulty
Javascript jQuery MCQTopic
Your Answer
Choose the Best Option
Click any option to instantly check if you're correct.
Correct Answer
Explanation
$'s equivalent replacement (document).
ready(f) equals $ (f).
Writing $(document) performs the same function as writing $() only:
it selects the entire document.
Continue Practice
Share
Share This Question
Challenge a friend or share with your study group.
More from This Topic