jQuery UI Dialog individual CSS styling

前端 未结 8 2700
孤城傲影
孤城傲影 2020-12-05 09:28

I\'m looking to style a modal dialog (using UI Dialog) with unique CSS that is separate from the traditional dialog, so in essence to have two jQuery dialogs that each look

8条回答
  •  佛祖请我去吃肉
    2020-12-05 10:17

    You can add the class to the title like this:

    $('#dialog_style1').siblings('div.ui-dialog-titlebar').addClass('dialog1');
    

提交回复
热议问题