> 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 plugin for the form validation is simply : $("#f1").validationAideEnable(); But I don't know if both plugin can work together. Any idea? -- Massimiliano Marini - http://www.linuxtime.it/massimilianomarini/ "It's easier to invent the future than to predict it." -- Alan Kay