[Proto-Scripty] Re: .innerHTML Undefined form name error

2010-07-14 Thread ColinFine
On Jul 13, 11:44 am, Richard Quadling rquadl...@gmail.com wrote: On 13 July 2010 10:59, Lemmi l...@vipixel.de wrote: On Jul 13, 11:28 am, Richard Quadling rquadl...@gmail.com wrote: ? http://groups.google.com/group/prototype-scriptaculous/post I meant what had been hijacked? What

Re: [Proto-Scripty] Re: .innerHTML Undefined form name error

2010-07-14 Thread Richard Quadling
On 14 July 2010 13:46, ColinFine colin.f...@pace.com wrote: On Jul 13, 11:44 am, Richard Quadling rquadl...@gmail.com wrote: On 13 July 2010 10:59, Lemmi l...@vipixel.de wrote: On Jul 13, 11:28 am, Richard Quadling rquadl...@gmail.com wrote: ?

[Proto-Scripty] Re: referencing div when class event triggered.

2010-07-14 Thread Dr. Underhook
My approach would be something like: $$('.className').invoke('observe','mouseover', function(e) { alert('mouseover element with id: ' + e.findElement().id); }); $$('.className').observe() is not correct, because observe() is expecting a single element, whereas invoke() takes the entire array of