dialog('option', 'autoOpen'); //设置 $('.selector').dialog('option', 'autoOpen', false); 1.21 bgiframe 默认为false ,When true, the bgiframe plugin will be used, to fix the issue in IE6 where select boxes show Requires including the bgiframe plugin. Future versions may not require a separate plugin. 1.22 初始化例: $('.selector').dialog({ bgiframe: true }); 1.23 初始化后,得到和设置: //获取 var bgiframe = $('.selector').dialog('option', 'bgiframe'); //设置 $('.selector').dialog('option', 'bgiframe',
function() { $("#dialog").dialog("open"); }); $("#dialog").dialog({ bgiframe
在你的应用程序中添加到js文件的链接: <script src="http://www.cnblogs.com/Scripts/jquery.<em>bgiframe</em>-2.1.3-pre.js" type="text
; $("#dialog").dialog({ bgiframe: true, autoOpen: false, height: 500,
jquery-ui-1.8.16.custom.min.js" type="text/javascript"> </script><script src="/js/wijmo/external/jquery.<em>bgiframe</em>