[Proto-Scripty] Why Element.Storage?

2011-08-27 Thread Eric J. Van der Velden
Hello, The function Element.observe first lets _createResponder create a responder. Then it calls element.addEventListener(actualEventName,responder,false) This seems enough. Why stores _createResponder the responder in Element.Storage (behind a index connected with element)? -- You receive

[Proto-Scripty] Re: Prototype itself throws errors in IE7

2011-08-27 Thread T.J. Crowder
Hi, On Aug 26, 5:30 pm, Walter Lee Davis wrote: > Rough example: > > [1,2,3].each(function(n){ $('someDiv').insert(n + 2); }); > > will output 345 in your DIV in any browser other than IE. > > $A([1,2,3]).each ... etc. > > will do it everywhere. Actually, no. The extensions to arrays, functions,