padolsey-archive / jquery.fn

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

Error $.get with data #20

Open oscargalileo opened 11 years ago

oscargalileo commented 11 years ago

Error with jquery.xdomainajax.js when use $.get with the second parameter to send data, example: var data = $('form').serialize(); $.get('url', data, function(resp) { //... });

The petition fail.