How can I make a select that uses the multiselect plugin become mandatory?
I'm trying this way, but I still can not find a solution
$(".multiselect").multiselect({
required: "required";
})
If possible I would also like you to explain to me why the above code does not work. Thank you :)