could one use the beforeSend() and complete() handlers with $.post or do you have to use $.ajax for it?
Gotta use $.ajax, unless you use $.ajaxSetup(), but that may not be the wisest choice.
Any reason why you shouldn't use $.ajax?