Questions tagged [sumoselect.js]

A cross-device single-/multi-select jQuery select plugin.

Jquery.sumoselect is a jQuery Single/Multi Select plugin which can be used on almost any device.

69 questions
6
votes
1 answer

SumoSelect handling events not work on android devices

I am using SumoSelect v3.0.3 on my select tag (It makes multiselect options), but I have a problem with handling events on Android devices. On close select tag alert()does not appear. Just need ANY call my function or trigger on closing sumo select.…
Lajdák Marek
  • 2,969
  • 8
  • 29
  • 58
6
votes
2 answers

set limit in selection for sumo dropdown

I have used this jquery plugin SumoSelect for drop-down select with check-box
ragerory
  • 1,360
  • 1
  • 8
  • 27
3
votes
1 answer

How to check if select all option is checked in sumoselect

I have just come across SumoSelect.js for dropdowns in my MVC project. I just wanted to know if there is way to know if the select all option of the sumoselect dropdown is checked or not. This is my sumoslect drop down code.
WorksOnMyLocal
  • 1,617
  • 3
  • 23
  • 44
3
votes
3 answers

How to get selected values in SumoSelect dropdown?

I am using the SumoSelect dropdown for multiselect options. But i cannot get the selected values array. Below the sample code :