[Proto-Scripty] Re: Question regarding Element.observe and Element.stopObserving

2008-10-02 Thread Lea Hayes
(); this.descendants().each(function(el) { el.stopObserving(); }); } }); I have tested the above, and it appears to work fine. Best regards, Lea Hayes 2008/10/2 kangax [EMAIL PROTECTED]: On Oct 2, 9:57 am, labs [EMAIL PROTECTED] wrote: Yeah

[Proto-Scripty] Re: Question regarding Element.observe and Element.stopObserving

2008-10-03 Thread Lea Hayes
) { if (element.stopObserving !== undefined) element.stopObserving(); }); } }); 2008/10/3 kangax [EMAIL PROTECTED]: On Oct 2, 6:15 pm, Lea Hayes [EMAIL PROTECTED] wrote

[Proto-Scripty] Re: Question regarding Element.observe and Element.stopObserving

2008-10-05 Thread Lea Hayes
nbsp;-nbsp;Div Part! /div input id=testClear type=button value=Clear Events / /body /html 2008/10/4 kangax [EMAIL PROTECTED]: On Oct 3, 7:26 pm, Lea Hayes [EMAIL PROTECTED] wrote: This works great, until a form or input element, is within the element hierarchy

[Proto-Scripty] Re: Question regarding Element.observe and Element.stopObserving

2008-10-06 Thread Lea Hayes
;-nbsp;Div Part! /div input id=testClear type=button value=Clear Events / /body /html 2008/10/3 kangax [EMAIL PROTECTED]: On Oct 3, 7:31 am, Lea Hayes [EMAIL PROTECTED] wrote: Hi, Ah right, that's fair enough. When I wrote that post I didn't realize that you could simply pass