`
pan_java
  • 浏览: 280652 次
  • 性别: Icon_minigender_1
  • 来自: 杭州
社区版块
存档分类
最新评论

jqeruy ui dialog 设置

UI 
阅读更多
$('#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"); 
						} 
					}
				});
分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics