beforeSend: function()

in JavaScriptEx.js [17:20]


            beforeSend: function(xhrObj){
                // Request headers
                xhrObj.setRequestHeader("Content-Type","application/json");
            },