padolsey-archive / jquery.fn

A collection of jQuery plugins
http://james.padolsey.com
The Unlicense
1.1k stars 723 forks source link

custom headers #27

Open fehmi opened 8 years ago

fehmi commented 8 years ago

Is it possible to send custom headers and how? We can do that with normal ajax requests like this:

$.ajax({
    headers: { 'x-my-custom-header': 'some value' }
});