vendredi 31 juillet 2015

how to make multiselect select box with images showing in options [duplicate]

This question already has an answer here:

I am trying to make a multiple select box after searching I found one that I wanted to build.

Desired Outcome

  <select multiple="multiple">
        <option value="1">January</option>
        <option value="12">December</option>
    </select>

    <script src="jquery.multiple.select.js"></script>
    <script>
        $('select').multipleSelect({
            isOpen: true,
            keepOpen: true
        });
  </script>

Aucun commentaire:

Enregistrer un commentaire