jQuery UI Dialog individual CSS styling
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 different. I've styled one, for example, <div id="dialog_style1" class="dialog1 hidden">One content</div> and another <div id="dialog_style2" class="dialog2 hidden">Another content</div> Unfortunately I've noticed that using separate CSS to style parts of the dialog box, like .dialog1 .ui-dialog-titlebar { display:none; } .dialog2 .ui-dialog-titlebar { color:#aaa; } doesn't work because .ui-dialog-titlebar does not have the