Reputation: 1501
I wanna change the title of the JQuery UI dialog in the open
event.
I tried the following:
open: function (event, ui) {
this.title = "new name";
}
but it didn't work and the title remained the same.
Upvotes: 4
Views: 1104