prototype/src
Sam Stephenson 83b4b337e1 Merge -r6634:HEAD from ../branches/dom.
* Make Element#update and Element#insert work for SELECT tags in IE and Opera. [Tobie Langel]

* Make Element#insert and Element#update better handle TABLE related elements in IE and Opera. Closes #7776, #8040, #7550, #7776, #7938. [Tobie Langel]

* Make Element#readAttribute('title') work in Opera. [Tobie Langel]

* Make Element#replace work with form elements in Firefox and Safari. Closes #8010, #7989. [dsl239, Tobie Langel]

* Add Element#wrap which wraps the element inside a new one. Closes #5732. [P. Vande, Tobie Langel]

* Make Element into a constructor: new Element(tagName, attributes). Add Element#writeAttribute which accepts a hash of attributes or a name/value pair. Closes #7476. [Mislav Marohnić, haraldmartin, Tobie Langel]

* Insertion overhaul: Add Element.insert(content[, position = 'Bottom']). Deprecate Insertion (kept for backwards compatibility). Make Ajax.Updater option.insertion accept both Insertion.Top or the now preferred 'Top'. Closes #7907. [Tobie Langel]
2007-05-12 05:01:56 +00:00
..
HEADER prototype: Update HEADER to reflect new URL. 2007-01-18 22:33:49 +00:00
ajax.js Merge -r6634:HEAD from ../branches/dom. 2007-05-12 05:01:56 +00:00
array.js prototype: Add Function#curry, Function#delay, Function#defer, and Function#wrap. Closes #8134. 2007-04-29 05:37:07 +00:00
base.js prototype: Refactor Element.extend and eliminate Element.extend.cache. 2007-05-12 04:32:30 +00:00
deprecated.js Merge -r6634:HEAD from ../branches/dom. 2007-05-12 05:01:56 +00:00
dom.js Merge -r6634:HEAD from ../branches/dom. 2007-05-12 05:01:56 +00:00
enumerable.js Merge -r6634:HEAD from ../branches/dom. 2007-05-12 05:01:56 +00:00
event.js Make Event.element extend the returned element. Closes #7870. 2007-04-17 17:31:20 +00:00
form.js no, really! 2007-04-28 03:53:50 +00:00
hash.js prototype: Add extra spacing so Array#toJSON and Hash#toJSON generate YAML-loadable JSON. Closes #7883. 2007-04-24 02:50:52 +00:00
prototype.js Merge -r6634:HEAD from ../branches/dom. 2007-05-12 05:01:56 +00:00
range.js prototype: Reorganize the source tree. 2007-01-18 22:24:27 +00:00
selector.js prototype: Merge -r6639:HEAD from branches/rel_1-5-1 into trunk. 2007-05-01 04:19:46 +00:00
string.js Merge -r6634:HEAD from ../branches/dom. 2007-05-12 05:01:56 +00:00