这是我的代码:
$("#success").dialog({
modal: true,
title: 'Payment success',
width: 400,
});
Run Code Online (Sandbox Code Playgroud)
如何OK在此对话框中显示按钮?
Sur*_*tta 14
$("#success").dialog({
modal:true,
title:'Payment success',
width:400,
buttons: {
Ok: function() {
$( this ).dialog( "close" );
}
}
});
Run Code Online (Sandbox Code Playgroud)
| 归档时间: |
|
| 查看次数: |
17490 次 |
| 最近记录: |