0
マルチドロップダウンメニューを使用していますが、デフォルトのグレーボタンの色を変更する方法がわかりません。マルチ選択ドロップダウンリストのボタンの色を変更する方法
$(function() {
$('#myproject').multiselect({
selectableHeader: "<div class='custom-header'>Selectable items</div>",
selectionHeader: "<div class='custom-header'>Selection items</div>",
selectableFooter: "<div class='custom-header'>Selectable footer</div>",
selectionFooter: "<div class='custom-header'>Selection footer</div>",
nonSelectedText: '- - -Select Project- - -',
includeSelectAllOption: true,
maxHeight: 400,
dropUp: true,
buttonWidth: 230,
});
あなたは 'fiddle'または' jsbin'を作成することができますか? –
私は何を聞いているのか分かりません – aayushi