Answers

Question and Answer:

  Home  JQuery Programmer

⟩ How will you make sure that DOM is ready using jQuery?

Use $(document).ready() function. Everything inside it will load as soon as the DOM is loaded and before the page contents are loaded.

 215 views

More Questions for you: