How to make select mandatory using multiselect?

Asked

Viewed 67 times

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?

  • I tried using jquery validate, but could not

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.