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

2025-01-10 15:47:30
Please login to continue.