How to change header text programmatically (or link to a REST output)?
This doesn't seem to work. On my page load I run javascript that says:
$(Tiggzi('mobileHeader')).first().text("new text");
but nothing appears. Is there a different way to do this now?
I also tried
$('h1').first().text("new text");