[JQUERY] More sophisticated validating rules
Posted: Sun Mar 21, 2010 3:32 am
Hi,
this is my firt post on this forum. I am sorry about my english, which is poor, but I dont speak english every day.
I am using a validating form plugin for jquery and I have a quetion about it. Let this function will be an ex.:
'e' is the name atribute of one form element, but can I choose more elements using jquery (css) rules like this: input[name*=e] or how can I do something similar?
thx for your answers in advance and once again sorry about my english.
this is my firt post on this forum. I am sorry about my english, which is poor, but I dont speak english every day.
I am using a validating form plugin for jquery and I have a quetion about it. Let this function will be an ex.:
Code: Select all
$('#form_id').validate(){
rules: {
e:{
required: true,
email: true
}
}
});thx for your answers in advance and once again sorry about my english.