0
How can I make a select using the multiselect plugin become mandatory?
I’m trying this way, but I still can’t find a solution
$(".multiselect").multiselect({
required: "required";
})
If possible I would like to be explained also why the above code does not work. Thank you :)
You are using some validation plugin?
– Laerte
I tried using jquery validate, but could not
– Diego Souza