bind('toggle' [, fn1, fn2]) // adds
unbind('click' [, ... ]) // removes

bind('toggle') is simply a special-case helper for bind('click').

On Nov 17, 2:51 pm, "Chris J. Lee" <[EMAIL PROTECTED]> wrote:
> thanks.
>
> Does that work for unbind('toggle'); too?
>
> On Nov 16, 6:26 pm, Wizzud <[EMAIL PROTECTED]> wrote:
>
> > unbind('click')
>
> > On Nov 16, 2:28 am, "Chris J. Lee" <[EMAIL PROTECTED]> wrote:
>
> > > I've tried to search for this in the discussion. but didn't know what
> > > to search.
>
> > > Is there a way to clear a toggle? Say on a callback of an effect I
> > > clear the toggle event for a sibling of this element?
>
> > > My example is online if you're curious:http://hire.chrisjlee.net

Reply via email to