padolsey-archive/jquery.fn

Error $.get with data

Opened this issue · 0 comments

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.