page header text edit run time
Posted: Wed Jul 09, 2014 6:08 pm
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
Catch up wih the Appery.io community on our forum. Here you'll find information on the lastest questions and issues Appery.io developers are discussing.
https://forum.appery.io/
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.