The option method will change a dialog’s properties after the dialog is created.
Therefore, you can write
$(whatever).dialog('option', 'title', 'New Title');
The option method will change a dialog’s properties after the dialog is created.
Therefore, you can write
$(whatever).dialog('option', 'title', 'New Title');