submit() and EventListener
Hi,
I registered a sumbit event handler (with addEventListener("submit", function ....)) and altered the behaviour of the submit with submit(). now my event handler is not called anymore. I am not sure how these two are related to another, but is there a way to call the listeners in this jquery-submit-function?
regards
Jonas