Hi,
I have a listview that when an item is clicked an overlay view is displayed. When the overlay is shown I want to be able to change the Navbar title. However this is not working when I use the code listed in the documentation.
The HTML code I have for the overlay is:
and the javascript that relates to the listview and the changing of the navbar title:
The error message i receive when this is run is:
'undefined' is not an object.
However if I use jquery to look up any of the elements, they are accessable
Not sure what to try next.....
Chris