simple but illusive question: i have a label on a page called ClockFace and I want to update that within javascript. I must be missing something very simple.
ClockFace.text="hello"; does not work. Please help
simple but illusive question: i have a label on a page called ClockFace and I want to update that within javascript. I must be missing something very simple.
ClockFace.text="hello"; does not work. Please help
Hello! These links should help
1) http://docs.appery.io/javascript-api/
2) https://getsatisfaction.com/apperyio/...
Use code
codeAppery('ClockFace').text('hello');/code