On 2/9/06, Deco Rior <[EMAIL PROTECTED]> 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
_______________________________________________
Rails-spinoffs mailing list
Rails-spinoffs@lists.rubyonrails.org
http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs

Reply via email to