April 17, 2015

What is DOM?

DOM means Document Object Model. When ever browser runs webpages, in the background it creates a Tree or a DOM Tree with available HTML or other code assets.This DOM Tree helps in keep in track of all the element levels in the code so that we can easily manipulate on the fly.

WHAT ARE THE LANGUAGES WORKS WITH DOM?

JavaScript is the one biggest client side scripting language which uses DOM to create interaction between the client and the browser. It is the first language which is created for client side interactions and make the web experience much better. There are so many other libraries which are written by keeping JavaScript as a core.

JQuery is one such language which also works on DOM but it makes life of the developers much easier. It is the most lightest library of the JavaScript and equally powerful. 

No comments: