[jQuery] ajaxForm: get XmlHttpRequest status?
I would like to be able to retrieve the current 'statusText' for the
XmlHttpRequest object used internally by ajaxForm (which I'm fairly
certain actually uses $.ajax()). What I want is to prevent multiple
simultaneous submissions in certain cases, so a the form submission is
triggered, I want to be able to check if a form submission is
currently in progress, and if so, throw an alert.
Any guidance would be greatly appreciated. Thanks!