[jQuery] Bug: event binding / unbinding. help!
Sorry for all the info, but the bug submission website isn't working and I really need help on this one!
It seems that when the click handler is being run usually, it's called by 'onclick()'.
The time when it is run twice (in Firefox at least) the first time is called by onclick() which is called by handle() - a jQuery function. The second call is as normal.
What is this handle() function and why is it explicitly calling my function?
--rob