I am trying to change the page header text using javascript or even with events but i am still not able to get it !! can u please guide me out
I am trying to change the page header text using javascript or even with events but i am still not able to get it !! can u please guide me out
Hello,
Could you please try this code:
code$.mobile.activePage.find('[data-role="header"] h1').text("New TEXT");/code
Hey I tried to execute , it works when i fire from the firebug not when i include in the appery , js function when page loads
Hi Abhishek,
Try using Page Show instead of Load event.