emulateJSONBackbone.emulateJSON = true If you're working with a legacy web server that can't handle requests encoded as ap
emulateHTTPBackbone.emulateHTTP = true If you want to work with a legacy web server that doesn't support Backbone's default REST/HTTP
ajaxBackbone.ajax = function(request) { ... }; If you want to use a custom AJAX function, or your endpoint doesn't support the