Recently ran into another issue where I had two separate and de-coupled event handlers tied to the same dom element, specifically a form submit. However, the first event handler returned false if certain checkboxes were not checked (business rules), but the false was ignored by the second event [...]
The post Javascript – jQuery – Stopping Event Propagation – stopImmediatePropagation appeared first on Me Like Dev.