DOM Tutorial
Tutorials November 26th. 2007, 3:03pmManipulating the DOM is not a very difficult task, and with the increase in AJAX use, more developers are taking advantage of this technique. The object is to be able to update the page on the client side. However, be sure that any actions that are taking place are not hidden from users without JavaScript or users using accessibility devices. Here is a very easy to understand tutorial I found on YouTube that explains the basic properties and methods of scripting the DOM. This also makes it extremely easy to create a DOM Cheat Sheet with the properties and methods mentioned.
If you enjoyed this post, make sure you subscribe to my RSS feed!


- 