Hi Jörn,
I've found some codes on your site earlier, and yes this one:

> I'd recommend a different approach:
>
> $("#dane_zam").validate({
>   rules: {...},
>   messages: {...},
>   submitHandler: function(form) {
>     $(form).ajaxSubmit({
>       target: "#result_danem_zam",
>       success: function() {
>         $("...").triggerTab...
>       }
>   }
>
> });

works just fine!
Thanks for your great post here and @your site.

Best regards,
Sławek

Reply via email to