updated page loading to cancel pending request
This required moving away off $.load() to use $.get() and do a bit more of DOM manipulation by ourselves, but there was no other way to get the xhr object.
Please register or sign in to comment
This required moving away off $.load() to use $.get() and do a bit more of DOM manipulation by ourselves, but there was no other way to get the xhr object.