javascript - Jquery popup window without close button - Stack Overflow

How do I create a jQuery popup window without close button? Please see my code below.$('#addNewRe

How do I create a jQuery popup window without close button? Please see my code below.

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

Could anyone please help me ?

How do I create a jQuery popup window without close button? Please see my code below.

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

Could anyone please help me ?

Share Improve this question asked Sep 20, 2010 at 10:30 Isabel JinsonIsabel Jinson 8,67116 gold badges61 silver badges76 bronze badges
Add a ment  | 

3 Answers 3

Reset to default 1

Please refer How to remove close button on the jQuery UI dialog?

Or how about Best way to remove the close button on jQuery UI dialog box widget?

You are using jQuery dialog, so simply add the below code

jQuery('.ui-dialog-titlebar-close').hide(); or

$('.ui-dialog-titlebar-close').hide();

within the jQuery(document).ready();

发布者:admin,转转请注明出处:http://www.yc00.com/questions/1744218808a4563681.html

相关推荐

  • javascript - Jquery popup window without close button - Stack Overflow

    How do I create a jQuery popup window without close button? Please see my code below.$('#addNewRe

    8天前
    10

发表回复

评论列表(0条)

  • 暂无评论

联系我们

400-800-8888

在线咨询: QQ交谈

邮件:admin@example.com

工作时间:周一至周五,9:30-18:30,节假日休息

关注微信