Question:What is the purpose of $(document).ready() function in JQuery?
A To execute functions after all content and images are loaded
B To execute functions after DOM is loaded
C To execute functions before DOM load
D To execute functions before content and images load
+ AnswerB
+ Report