Which jQuery function is used to prevent code from running, before the document is finished loading?
$(document).ready()
$(document).load()
$(body).onload()
Correct Answer : A
What are the various speed options?
If you want to stop your jQuery for a few milliseconds, which function do you use?
When do you use the $(this) code?