Is it possible to open a jQuery UI Dialog without a title bar?
This worked for me to hide the dialog box title bar:
$(".ui-dialog-titlebar" ).css("display", "none" );