Solved

Which of the Following Functions Is Guaranteed to Be Executed

Question 49

Multiple Choice

Which of the following functions is guaranteed to be executed after the DOM is ready? (Assume that the page only includes the prototype.js library.)


A) $(function() { . . . })
B) $(documerit) .ready(function() { . . . })
C) $("dom:loaded", function() . . . })
D) document.observe( "dom:loaded", function() . . . })
E) document.observe("html:loaded", function() . . . })
F) document.event("html:load", function() . . . })

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions