padolsey-archive / jquery.fn

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

undefined request type in $.ajax #12

Open raineorshine opened 12 years ago

raineorshine commented 12 years ago

Fixes $.ajax when GET is not explicitly specified.

e.g. $.ajax({ url: "http://google.com", complete: function(resp) { console.log(resp.responseText.length); } });