Hello!
I have a big problem with my web application built with jQuery Mobile.
I created a little demo here:
website.
My application is REST based, so the URLs are like:
/project/2/
So the project page is called, with projectid=2.
In the demo I have a link to another website. The problem is, that in the linked page the JavaScript is not executed, because it is not put into the DOM.
Also, the scructure is not right anymore, I get a
- <div data-role="page" id="../folder2/5/" ...>
and the real id of the second page is placed into a new div, see Firebug / Safari development element view.
The data.theme should be b, but the second page is the standard theme.
So, I have two problems: I need to call a new website, but I want to execute the JavaScript and I want that the data-theme will be correct.
Thank you very much for your help in advance!
Best Regards Tim.