欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页

jqeruy ui dialog 设置

程序员文章站 2022-03-04 13:54:39
...
$('#dialog').dialog({
bgiframe: true,
resizable:false,
width: 500,
modal: true,
overlay: {
backgroundColor: '#000',
opacity: 0.2
},
title:"\u7cfb\u7edf\u63d0\u793a",
buttons: {
"\u786e\u5b9a": function() {
$(this).dialog("close");
},
"\u53d6\u6d88": function() {
$(this).dialog("close");
}
}
});
相关标签: UI