Skip to content

Instantly share code, notes, and snippets.

@EvilWolf
Created November 2, 2015 08:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save EvilWolf/7312aca899456f6c44aa to your computer and use it in GitHub Desktop.
Save EvilWolf/7312aca899456f6c44aa to your computer and use it in GitHub Desktop.
Сохраняет URL по которому идёт Ajax запрос.
$.ajaxSetup({
beforeSend: function(jqXHR, settings) {
jqXHR.url = settings.url;
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment