/ Published in: JavaScript
Expand |
Embed | Plain Text
jQuery.ajaxSetup({ 'beforeSend': function (xhr) {xhr.setRequestHeader("Accept", "text/javascript")} });
You need to login to post a comment.
wdso on 02/20/10
1 person have marked this snippet as a favorite
jQuery.ajaxSetup({ 'beforeSend': function (xhr) {xhr.setRequestHeader("Accept", "text/javascript")} });
You need to login to post a comment.