0

我如何通过 optgrouptoggle 更改 selectedText?

https://github.com/ehynds/jquery-ui-multiselect-widget/

4

1 回答 1

0
optgrouptoggle: function(event, ui){
   $("#select").multiselect('option', 'selectedText', ui.label);
}
于 2013-05-14T06:41:52.030 回答