How can I hide/show options on the fly with bootstrap-multiselect?
问题 I am using bootstrap-multiselect to give the user great controller over two key menus. My first menu is called groups and other called queues . Each option in the queues has an HTML5 data attribute (i.e. data-group="X", where X is a group-value) When the user selects a option/group from the groups menu, I want to find and hide every queue/option in the queues menu where data-group is not equal to a selected group in the groups menu. After identifying the queues/items that needs to be hidden