首页 > 技术文章 > 弹出框

lwy1103 2016-05-16 16:53 原文

$.dialog({
title: '温馨提示',
content: 'url:a.aspx',
close: function () {
window.location.href = "b.aspx";
},
lock: true,
background: '#000', /* 背景色 */
opacity: 0.5,
height: '260px',
width: '560px'
});

推荐阅读