Instead of doing $(this).ajaxSubmit(options);
try
$('#formId').ajaxSubmit(options);
where #formId is the id of the form you are submitting.
On Feb 14, 8:58 am, NHARRY wrote:
> I have a form that is loaded using .load it is then posted using the
> jquery form plugin. But it won't post see code
I know this may sound silly but do you have a div element with a id of
'Preview'?
On Feb 12, 5:43 am, Piet wrote:
> Dear all,
>
> I´m using ajaxSubmit to send a form (incl. fileuploads) to my server.
> Everthings works well but the response from the server will not
> displayed in the defined targ
I had the same issue. The "mustMatch" flag causes the second request
to validate the text that was set. Make sure that the selected input
value can successfully be submitted to your ajax request and come back
with a hit. If a match is not found the the text's input field will
be cleared.
On Jan
3 matches
Mail list logo