Opening a Modal Dialog shows a horizontal scroll bar
摘要:// Modal dialog default optionsvar dialogOpts = { title: "Modal Dialog", modal: true, autoOpen: true, height: 300, width: 500, /* Scrollbar fix */ open: function(event, ui){$('body').css('overflow','hidden');$('.ui-widget-overlay').css('width','1
阅读全文
posted @ 2012-09-28 14:34
浙公网安备 33010602011771号