Forum Moderators: open
Yahoo's library includes its own DOM Utility, which provides some methods not available in the standard DOM. For example, the standard DOM model defines a way to get an element by an ID value (getElementById), but does not provide a standard way to get the elements with a particular class (Note, that is coming in a future version of the DOM). The Yahoo UI Library provides a method for doing that: YAHOO.util.Dom.getElementsByClassName.
Hope that helps.