You haven't installed the plugin properly, or you haven't specified
the "action" attribute of the form.

double check everything and make sure you READ the jQuery Form plugin
documentation:
http://www.malsup.com/jquery/form/

On Jan 15, 1:14 pm, Giovanni Battista Lenoci <[EMAIL PROTECTED]>
wrote:
> Diego A. ha scritto:> Use the ajaxSubmit method:
> > $('#form_id').ajaxSubmit()
>
> I've tried your way, but still have errors when I call
> $('#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.

Reply via email to