InterviewSolution
Saved Bookmarks
| 1. |
What is the exact difference between the methods onload() and document.ready()? |
||||||
|
Answer» The onload() and document.ready() methods are used to load and render the HTML and JavaScript code that is needed to display the page. However, they are different methods in that they use different approaches to loading the HTML and JavaScript code. The exact differences are -
|
|||||||