Actually I am using jquery validation plug-in to validate a form.
In a form I m using 3 dropdown list.
And I want
-> when I will choose a value in drop-downlist-1 ,the similar value in drop-downlist-2 and drop-downlist-3 shouldn’t be choosen atall.
and I want to be done by validation rule of validation plug-in.
can anyone solve my problem ?
Thanks in advance…
then add it to your validation
this should work
EDIT
this works for multiple dropdowns
dropdown1 , dropdown2 ,dropdown3are your dropdown names