YUI and the Dom
Categories: Javascript, YUI
In this next installment of the series on using YUI, we are going to learn about YUI and the Dom. Generally speaking, scripting the DOM sucks. That might even be an understatement. Thankfully, we have innerHTML and a variety of tools provided by the YAHOO.util.Dom singleton class as well as the YAHOO.util.Element class.
Read More
