What is a dom in jquery? How can we make sure that dom is ready?



What is a dom in jquery? How can we make sure that dom is ready?..

Answer / Vinita Kumari Dixit

DOM (Document Object Model) is a programming interface for HTML and XML documents. In jQuery, you can use `$(document).ready()` to ensure the DOM is ready before executing any code. This method gets called as soon as the DOM is fully loaded.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More jQuery Interview Questions

How do you get the attribute of an html tag in jquery?

1 Answers  


Define the script build up by jquery?

1 Answers  


Define jquery filter?

1 Answers  


What is the basic need to start with jQuery?

1 Answers  


Is jquery still relevant 2019?

1 Answers  


How we can apply css in multiple selectors in jquery?

1 Answers  


Why content injected into a page is not enhanced? : jquery mobile

1 Answers  


How to use connect?

1 Answers  


How did you become the creator of jquery ui? Whats the story behind that?

1 Answers  


What is jQuery CDN?

1 Answers  


Explain some of the key concepts of good code organization patterns.

1 Answers  


What is the difference between jquery and javascript?

1 Answers  


Categories