编程语言
首页 > 编程语言> > javascript-没有关闭按钮的jQuery弹出窗口

javascript-没有关闭按钮的jQuery弹出窗口

作者:互联网

如何创建没有关闭按钮的jQuery弹出窗口?
请在下面查看我的代码.

$('#addNewRecord').dialog(
    {
        autoOpen: true,
        width: 570,
        bgiframe: true,
        resizable: false,
        height:490,
        modal: true
    }
    );

有人可以帮我吗?

解决方法:

请参考How to remove close button on the jQuery UI dialog?

标签:jquery-ui,javascript,jquery
来源: https://codeday.me/bug/20191209/2096576.html