sumoselect.js

multiple Sumo select Ok click events

落花浮王杯 提交于 2019-12-25 02:44:26
问题 How do I make sure that the Sumo select Ok click event is different for different selects. Similar unanswered question here This is I have tried in jsfiddle but can't get it work. https://jsfiddle.net/dew3nmja/ <select id="island" multiple> <option value="Big Island">Big Island</option> <option value="Oahu">Oahu</option> <option value="Kauai">Kauai</option> <option value="Maui">Maui</option> </select> <select id="island2" multiple> <option value="Big Island2">Big Island2</option> <option

How to reset the select box values in Jquery sumoselect Multi select plugin

社会主义新天地 提交于 2019-12-23 02:43:18
问题 I am using Jquery sumoselect plugin for multiselection option. I want to reset the values on click of some button. Here is my code: <script src="//code.jquery.com/ui/1.11.2/jquery-ui.js"></script> <script src="js/jquery.sumoselect.min.js"></script> <link href="css/sumoselect.css" rel="stylesheet" /> <script type="text/javascript"> $(document).ready(function () { window.asd = $('.SlectBox').SumoSelect({ okCancelInMulti: true }); }); Here is the function for reset of multiselect content

How can I add more elements inside jquery.sumoselect plugin select list?

爱⌒轻易说出口 提交于 2019-12-11 05:06:35
问题 I want to add more elements inside a list with multiple select checkboxes, but when I add more elements, they appear outside the list. This is the code I want to put in: <div class="select-box-style right"> <div class="your-list-title">Your Lists</div> <select multiple="multiple" class="md_what_get right SlectBox"> <option selected value="electronics">Electronics</option> <option value="games">Video Games</option> <option value="books">Books</option> <option value="others">Others</option> <