How can I correctly capture and re-fire the form submit event, guaranteed?
This is probably not your usual "How do I capture form submit events?" question. I'm trying to understand precisely how form submit events are handled by jQuery, vanilla Javascript, and the browser (IE/FF/Chrome/Safari/Opera) -- and the relationships between them. ( See my other question. ) After hours of Googling and experimenting, I still cannot come to a conclusion, either because of discord or vagueness. I'm finishing up a script which integrates with website forms so that the forms can't be submitted until an AJAX request comes back. Ideally: User fills out form Form is submitted -- but