Tagged Questions
0
votes
1answer
127 views
How to do proper paging with jQuery Mobile?
I want to create a multiple page jQuery Mobile Application and don't have any idea how to do that in a proper way!
Is is better to go for single html-files for each page or better putting all pages ...
0
votes
1answer
117 views
Display more than one page at once jquery mobile
How can I display more than one page at the same time with jQuery mobile? I have a big page in "background", but when I click a button I wantto show a settings menu (another jQuery page), mantaining ...
4
votes
1answer
335 views
How to properly separate pages in jQuery Mobile?
I'm doing some tests with jQuery Mobile and trying to figure out how to setup an application and its various pages. Ideally, I would like the framework to load the pages with transitions but still ...