How can you get an AJAX request to go through without triggering any of jQuery's AJAX events?
Set the type option to "none".
Set the option "global" to false.
Set the processData option to false.
Set a success callback that returns false.