h1 with id of toptitle is dynamically created and I am not able to change it. It will have a different title depends on a page. Now when it is Profil, I want to change it to "New word" with jquery.
Changing only when it is Profile
<h1 id="toptitle">Profil</h1>
to
<h1 id="toptitle">New word</h1>
Nore: If the text is Profil then change it to New word.
Any help will be appreciated. Thanks in advance.