Diego A. ha scritto:
I've tried your way, but still have errors when I call $('#form_id').ajaxSubmit():Use the ajaxSubmit method: $('#form_id').ajaxSubmit()
options.url.indexOf is not a function options.url += (options.url.indexOf('?') >= 0 ? '&' : '?') + q; jquery.form.js (line 209) If I submit the form with the submit button anything works.. Thank you.