When does one use the event ready?
A
Before loading
B
During loading
C
After loading
D
During reloading
Correct Answer: After loading
The ready event occurs when the DOM (document object model) has been loaded. It is safe to interact with it after this event fired.