1.

When does one use the event ready?(a) Before loading(b) During loading(c) After loading(d) During reloadingThe question was asked by my school teacher while I was bunking the class.My enquiry is from HTML APIs in portion Caching, Debugging and Animation of JavaScript

Answer»

The CORRECT answer is (C) After loading

Explanation: The READY EVENT occurs when the DOM (document object MODEL) has been loaded. It is safe to interact with it after this event fired.



Discussion

No Comment Found

Related InterviewSolutions