change dialog title
-
- Posts: 6
- Joined: Tue Dec 02, 2014
- Contact:
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 ?
- Dmitry Kozlov
- Site Admin
- Posts: 1524
- Joined: Thu Jun 07, 2012
Hi Gerald,
Try this:
Try this:
Code: Select all
$('#dialogTitleSpan', window.parent.document).bind('DOMSubtreeModified', function(){
$('#dialogTitleSpan', window.parent.document).html('My new dialog tilte');
});
-
- Information
-
Who is online
Users browsing this forum: No registered users and 6 guests