change dialog title
Posted: 08 Jul 2016
I tried to change the dialog title with following jquery/javascript code:
$('#dialogTitleSpan').text('My new dialog tilte');
What is the problem ?
$('#dialogTitleSpan').text('My new dialog tilte');
What is the problem ?