I like to change the title from an UI Dialog after i have submitted a form in this UI Dialog. So in the callback-function after load i should suggest, but i\'ve
load
An enhancement of the hacky idea by Nick Craver to put custom HTML in a jquery dialog title:
var newtitle= 'HTML TITLE'; $(".selectorUsedToCreateTheDialog").parent().find("span.ui-dialog-title").html(newtitle);