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的元素隱藏即可

--

arrow
arrow
    全站熱搜
    創作者介紹
    創作者 dizzy03 的頭像
    dizzy03

    碎碎念

    dizzy03 發表在 痞客邦 留言(0) 人氣()