I have a drop down where user can select multiple options
I am trying to get all the options selected .I tried the following code snippet but does not seem to work.
can some one please help me on this
<select id="categorie" class="form-control selectpicker" multiple></select>
$("select option:selected")