How to make the select become mandatory, using multiselect?

0

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 :)

    
asked by anonymous 29.10.2015 / 14:50

0 answers