如何在 jquery UI 对话框按钮部分添加拆分按钮。
$("#dialog").dialog({
autoOpen: false,
position: ['center'],
modal: true,
width: 'auto',
height: 'auto',
buttons: {
'Save' : function() {
$(this).dialog('close');
I need to add split button in this place.
}
}
});
谢谢和问候, 卡西尔