Javascript event method to cancel the event if it is cancelable, without stopping further propagation of the event.
Here is what I want to do - Display a prompt (using jquery's impromptu) when user clicks on submit button …
jquery callback preventdefault form-submit impromptu