Hi Wizzud,

I got it fixed by changing the handler from an anonymous function to a
known. I wanted to work with that anonymous handler because of the
parameters i could pass easily, but jQuery seem to have some problems
with the unbinding of anonymous handlers (but maybe I'm just to
stupid).

I use jQuery 1.2.1 - if still interesting.

> // ONE button here - submit or cancel, I don't know which.
> // If there's a second button - as you state - somewhere else then
> // this one may not be clicked for any 1 particular call to
> functionA,
> // in which case the first part of my assumption holds true
You see, I'm an idiot.

> I assume you mean the anonymous click handler never runs?
This little fellow showed me the answer...

> Is #button unique?
Yes

Thank you for your help!

Reply via email to