Style and script of dynamic content does not work on revisiting the page

Style and script of dynamic content does not work on revisiting the page

hii
New to jquery mobile. trying to build my first jquery mobile app.
App requirement is some pages with left and right panel. There is a lot of dynamic data like Page title, left panel list(which contains image and heading through JSON object), right panel which has all the page links will also come dynamically. 
Everything works fine at first but after visiting page 2 when we revisit  page 1,  panels messed up. page title does not update. 
It seems that revisiting the page does not catch the styles and functions written on js and css files.
Here is the demo. 


Thanks in advance