[jQuery] How to use Form Plugin and ValidationAide Plugin
Hi all,
I'm using Form Plugin without problem, now I need to validate the
fields, in the jQuery's plugin page I've found this plug-in:
http://dnaide.blogspot.com/2007/05/validationaide-easy-as-client-side-form.html
My question is : There's a way to validate the field with this plugin
and when all is ok ajaxForm do his works?
I manage my form with this "Form Plugin" code:
$(document).ready(function() {
$('#f1').ajaxForm(function() {
target: '#response',
success: function() {
$('#response').fadeIn('slow');
}
});
--
Massimiliano Marini - http://www.linuxtime.it/massimilianomarini/
"It's easier to invent the future than to predict it." -- Alan Kay