ajaxBackbone.ajax = function(request) { ... };
If you want to use a custom AJAX function, or your endpoint doesn't support the jQuery.ajax API and you need to tweak things, you can do so by setting Backbone.ajax
.
Backbone.ajax
2016-04-17 12:20:58
Please login to continue.