close
轉自 http://stackoverflow.com/questions/1023072/jquery-ui-dialog-how-to-initialize-without-a-title-bar
--
解答:
I figured out a fix for dynamically removing the title bar.
$("#example").dialog(dialogOpts); // remove the title bar $(".ui-dialog-titlebar").hide();
This will remove all elements with the class 'ui-dialog-titlebar' after the dialog box is rendered.
把有用到ui-dialog-titlebar這個class的元素隱藏即可
--
全站熱搜
留言列表