??? Website: www.prototypejs.org/
script.aculo.us : This is an add - on for Prototype that provides features like animation, drag
and drop, AJAX controls, DOM utilities, and unit testing. One of the reasons of its success is the
integration with the Ruby on Rails framework. The library is licensed under the MIT license and
has been created by Thomas Fuchs. Website: http://script.aculo.us/
YUI : ??? The Yahoo! User Interface (YUI) Library is a set of utilities and controls, written in
JavaScript, for building richly interactive web applications using techniques such as DOM
scripting, DHTML, and AJAX. The YUI Library also includes several core CSS resources. All
components in the YUI Library have been released as open source under a BSD license and are
free for all uses. ??? Description from the official website: http://developer.yahoo.com/yui/
Traversing HTML with JavaScript
A DOM tree can be navigated by reference, as already explained using the Document
.getElementById() method, by direct relationship using the MetaDom fields or yet by filtering a subset
of elements using the getElementsByName() of the HtmlDom definition.
Pages:
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758