[jQuery] Re: How to use Form Plugin and ValidationAide Plugin

2007-08-31 Thread Massimiliano Marini
> The interesting code is this: > > var v = jQuery("#form").validate({ > submitHandler: function(form) { > jQuery(form).ajaxSubmit({ > dataType: "json", >

[jQuery] Re: How to use Form Plugin and ValidationAide Plugin

2007-08-29 Thread Jörn Zaefferer
Massimiliano Marini schrieb: I manage my form with this "Form Plugin" code: $(document).ready(function() { $('#f1').ajaxForm(function() { target: '#response', success: function() { $('#response').fadeIn('slow'); } }); Maybe it help, the call

[jQuery] Re: How to use Form Plugin and ValidationAide Plugin

2007-08-29 Thread Massimiliano Marini
> I manage my form with this "Form Plugin" code: > $(document).ready(function() { > $('#f1').ajaxForm(function() { > target: '#response', > success: function() { > $('#response').fadeIn('slow'); > } > }); Maybe it help, the call to the plug