Hi there,
I want to add a second line to the header with the jQuery command
$('h1').first().append('h3SubTitle/h3');
This line is executed with the screen load event, but nothing happens...
BTW:
$('h1').first().text('Title').append('h3SubTitle/h3');
will change the header caption to title, so the first part must be correct.
Thx for your support
Regards
Frank