$.ajax and abort

$.ajax and abort

Working on a jsonp plugin (that will supercede my getJSON mess of a replacement).<div>
</div><div>I'd like it to be as similar to $.ajax behavior as possible and I'm wondering what happens exactly when the abort method of the xhr object is called while the request is still active.</div>
<div>More precisely, are the success/error and complete callbacks called or not?</div><div>
</div><div>That's really the only little thing I have left before I make some documentation and release it.</div><div>
</div><div>Thanks in advance,</div><div>
</div><div>-- Julian</div>