(function($) {

    $.ajaxSetup({
        type: 'POST',
        url: '/ajax/',
        dataType: 'json',
        error: function(XMLHttpRequest, textStatus, errorThrown) {
        }
    });

})(jQuery);
