jQuery Mobile is a touch-optimized web framework for smartphones and tablets. It provides a unified user interface system across all popular mobile device platforms, built on jQuery.

learn more… | top users | synonyms

43
votes
1answer
14k views

jQuery Mobile: document ready vs page events

I am using JQuery Mobile and I am having trouble understanding difference between classic document ready and jQuery Mobile page events. Can someone tell me what is a real difference? Why should ...
14
votes
1answer
4k views

jQuery Mobile: Markup Enhancement of dynamically added content

I was wondering how can I enhance dynamically jQuery Mobile page? I have tried to use these methods: $('[data-role="page"]').trigger('create'); and $('[data-role="page"]').page(); Also how can I ...
5
votes
3answers
1k views

Why I have to put all the script to index.html in jquery mobile

I have used $.mobile.changepage to do the redirect in my phonegap+jquerymobile projects. However what makes me confused is that I need to put the script of all the pages to the same file index.html. ...
11
votes
1answer
792 views

fullcalendar multiple cell select on mobile device?

I have created a fullcalendar application for mobile device like Android and iPhone using Phonegap. I am using the Jquery Touch Punch Plugin along with the Jquery fullcalendar plugin. The 'select' ...
14
votes
6answers
21k views

Jquery Mobile - $.mobile.changepage not loading external .JS files

So I am having a hard time getting $.mobile.changePage to function properly. I call it like this: $.mobile.changePage( "DataformsM-AddRecord.html", { transition: "slide"} ); But for some reason, ...
3
votes
2answers
11k views

Jquerymobile - $.mobile.changepage

I want to open the the .html file from my .js file. So I Used the $.mobile.changePage("file.html"). In the file.html have file.js. But The file.js does not call when the file.html in invoked. THanks ...
18
votes
2answers
47k views

Refresh a section after adding HTML dynamically to jquery mobile [duplicate]

Possible Duplicate: Dynamically adding collapsible elements I've seen a few posts on this but none of them really seem to apply, or I could just be reading it wrong. I've got some HTML ...
31
votes
11answers
53k views

How to initialize pages in jquery mobile? pageinit not firing

What's the right way to initialize objects on a jquery mobile page? The events docs say to use "pageInit()" with no examples of that function, but give examples of binding to the "pageinit" method ...
27
votes
9answers
26k views

Change button text jquery mobile

I'm using the new jquery mobile 1.0 alpha 1 release to build a mobile app and I need to be able to toggle the text of a button. Toggling the text works fine, but as soon as you perform the text ...
15
votes
7answers
22k views

jQuery mobile $(document).ready equivalent

in ajax navigation pages, the classic "document ready" form for performing initialization javascript simply doesn't fire. What's the right way to execute some code in an ajax loaded page? (I mean, ...
2
votes
1answer
1k views

jQuery Mobile: Sending data from one page to the another

i have a problem, i need to send data (an id) from a list to another page. this is the html code: </head> <body> <div data-role="page" id="index"> <div ...
2
votes
2answers
11k views

jQuery Mobile lock orientation

Hey guys i'm using phonegap and jquery mobile to build an app for an android phone. Is there a possibility to lock the orientation on one page? E.g. page "map" is loaded and the orientation is locked ...
2
votes
3answers
7k views

JQM (jQueryMobile) Dynamically added elements not displaying correctly and CSS is not applied

I'm having an issue with adding a select tag dynamically, the CSS and additional html tags (that JQM add) are is not being applied. Here is an example of how I'm adding the new select tag: ...
58
votes
18answers
37k views

Sencha Touch or jQuery Mobile?

I wonder if I were to develop a mobile Web app (now, in two weeks, or in a month), which one should I go for? Which one would you mobile Web developers go for? If jQM 1.0 were officially released ...
18
votes
3answers
12k views

jQuery Mobile does not apply styles after dynamically adding content

I know this questions appear several places (Forcing jQuery Mobile to re-evaluate styles/theme on dynamically inserted content) but not with an answer that is working for me. I'm loading some content ...

1 2 3 4 5 70
15 30 50 per page