If I want to stop observing a div Is this the format? Event.stopObserving($(''''mydiv''),''click''); Deco
On 2/9/06, Deco Rior <decorior-w9xKMqPX1QdNhnlO7+U8Og@public.gmane.org> wrote:> If I want to stop observing a div Is this the format? > > Event.stopObserving($(''''mydiv''),''click'');The stopObserving function expects you to pass the handler(/observer) in as well. Both detechEvent (IE) and removeEventListener (W3C) require it. Todd