When I inspect the following code in Chrome Console it shows me a Request header Accept:undefined
jQuery.ajax({
url: _this.attr('href'),
accepts: "application/json; charset=utf-8",
});
});
How do I set accept type as JSON. I don’t want to set a custom header or use beforeSend
Try this ,
See this post for reference:
Cannot properly set the Accept HTTP header with jQuery
Fixed : Uncaught SyntaxError: missing } after property list