I find it more efficient, and more readable, to use the open event, and hide the title bar from there. I don't like using page-global class name searches.
open: function() { $(this).closest(".ui-dialog").find(".ui-dialog-titlebar:first").hide(); }
Simple.