Top "Multi-select" questions

Multiselect is a user interface feature that allows the user to select more than one item in an items control.

How to get multiple select box values using jQuery?

How to get multiple select box values using jQuery?

jquery multi-select
jQuery multiselect drop down menu

I have a simple html multi select drop down list: <select id="transactionType" multiple="multiple" size="10"> <option …

jquery jquery-ui jquery-plugins multi-select
Quick way to clear all selections on a multiselect enabled <select> with jQuery?

Do I have to iterate through ALL the and set remove the 'selected' attribute or is there a better way?

jquery multi-select
bootstrap multiselect get selected values

How do I get back on onChange all selected values in my multiselect dropdown. Used plugin here. Trying to use …

jquery twitter-bootstrap multi-select
Multiple select in Visual Studio?

Is there a way to select multiple non-adjoining (totally separate) texts in VS? I can do it in MS Word …

visual-studio visual-studio-2012 selection text-editor multi-select
How to implement multi-select in RecyclerView?

ListView had a multiple choice mode, what should I use for implementing the same using RecyclerView? How to handle onItemCheckedStateChanged? …

android android-recyclerview multi-select
HTML5 multiselect dropdown with checkboxes plugin. Designed as standard <select> dropdown

I have been looking around all day after a good multiselect plugin looks as the same as a standard dropdown …

multi-select
Deselecting all elements from a multi-select dropdown in jQuery

I have a multi-select drop down as following, where I have selected the options "Test 2" and "Test 3". <select id="…

jquery multi-select
Angular Mat Select Multiple selectionchange finding which option was changed

I have a <mat select> with the multiple option set (a multi-select). When the selectionChange event fires I …

angular angular-material multi-select
Get a list of attribute options from Magento

I've been grabbing attribute options from Magento like so: <?php if ($attribute->usesSource()) { $options = $attribute->getSource()-&…

php attributes magento multi-select