[jQuery] Re: Binding bug ?

2007-10-15 Thread Flesler
Thanks for replying but no, this was happening after I used unbind, in any case, someone answered the ticket I opened, saying that bug was already discovered and should be fixed by now. Thanks again. On Oct 13, 4:17 am, sgrover <[EMAIL PROTECTED]> wrote: > I've seen this in situations where the e

[jQuery] Re: Binding bug ?

2007-10-13 Thread sgrover
I've seen this in situations where the event handlers may be applied more than once. I got into the habit of doing $("#foo").unbind("click").click(function () {...}); I think the $.one() method is meant for this type of situation though. The docs say it will apply a handler that should only h