> Having both inline and bound event handlers will always cause
> confusion.

true, but onclick inline handler is appended by a4j framework, which I
can't influence :( The only thing I can do is to append guard to that
handler, like in the first example.

> You could use event.stopImmediatePropagation in the first handler, but
> unfortunaly that is only available through jQuery-added listeners
> (1.3.1).

Exactly. Does any body know how can I reach jQuery created event
object in first handler. I think this could be a solution...

Reply via email to