Question

I was under the impression that event.stopImmediatePropagation() stopped all other bound event handlers, but on my current code it only seems to stop events bound after my function that calls stopImmediatePropagation. Is this correct, and if so how can I get the result I want without unbinding and rebinding all over the place?

No correct solution

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top