This is a discussion on Better DOM for JavaScript within the Web 2.0 forums, part of the Programming Talk category; Better DOM for JavaScript DOM is one of the unique functions that made JavaScript what it is today: a great ...
|
|||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Better DOM for JavaScript
Better DOM for JavaScript
DOM is one of the unique functions that made JavaScript what it is today: a great RIA language, becoming the core of Ajax. Understanding Ajax is virtually impossible when you do not have faint information about DOM. DOM which stands for Document Object Model, makes it possible for JavaScript to read HTML and transmit them to a webpage just like a JavaScript should be. With the use of DOM, developers should find it easy to create HTML files and get JavaScript to load them as an RIA. Of course not only HTML could be used with DOM, other functions could also be integrated which makes DOM cater an unlimited power and functionality. Read More... |