dialog 窗口备份

$.dialog({
                content: 'url:'+addurl,
                lock : true,
                zIndex: getzIndex(),
                width:width,
                height:height,
                title:title,
                opacity : 0.3,
                cache:false,
                    ok: function(){ 
                    iframe = this.iframe.contentWindow;
                    var item=iframe.$("#item").val();
                    $( this ).dialog( "close" );
                    },
                cancelVal: '关闭',
                cancel: true /*为true等价于function(){}*/
            });

 

posted @ 2020-08-14 16:39  薛柏梁  阅读(104)  评论(0编辑  收藏  举报