Tagged Questions
117
votes
4answers
42k views
Difference between jQTouch and jQuery mobile
What is the difference between jQTouch & jQuery Mobile Framework ?
Are they related (other than being both based on jQuery) ?
Do they have the same goal ?
Edit: jQTouch is now jQT
54
votes
1answer
19k 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
...
40
votes
10answers
43k views
Disable Buttons in jQuery Mobile
This is for jQuery Mobile. Not all regular jQuery answers will work.
I can't get my buttons to disable in jQuery Mobile.
jQuery Mobile says to use
$('input').button('disable');
But I get an ...
37
votes
4answers
20k views
Good jQuery Mobile walkthrough or tutorial for a jquery developer?
jQuery Mobile 1.0 final is out
Important: Many of the tutorials are old and should not be followed. The current version of jQuery Mobile is 1.0! Please be careful while looking through the links
I ...
35
votes
8answers
26k views
Correct way of using JQuery-Mobile/Phonegap together?
What is the correct way (to this date) to use JQuery Mobile and Phonegap together?
Both frameworks need to load before they can be used. How can I be sure that both are loaded before I can use them?
35
votes
6answers
9k views
Creating templated/persistant header/footer template in jQuery Mobile and PhoneGap
I'm diving into writing a mobile app with jQuery Mobile/PhoneGap. I'm using this sample template to start from, which uses HTML/JS to create the pages. Rather than have all the <page> tags in ...
33
votes
1answer
10k views
jquery vs jquery mobile vs jquery UI?
I'm new to web development and there are just too many j* stuff out there. I wonder what are the differents between those framework/ library?
Moreover, why are people talk a lot about making plugin ...
33
votes
3answers
9k views
jQuery Mobile for mobile and desktop?
I'm developing a web app. MySql/PHP back-end, and HTML/jQuery front-end.
I wanted to use jQuery UI framework.
Now is see that jQuery Mobile is out, and I want to make the app accessible to mobile ...
32
votes
9answers
5k views
How to fallback to local stylesheet (not script) if CDN fails
I am linking to the jQuery Mobile stylesheet on a CDN and would like to fall back to my local version of the stylesheet if the CDN fails. For scripts the solution is well known:
<!-- Load jQuery ...
28
votes
9answers
27k 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 ...
27
votes
6answers
21k views
How to use jQuery Mobile for its touch event support only (no UI enhancements)?
I’m working on a web app that has its own look and feel. I want to use jQuery Mobile for the touch events support only.
When I link jquery.mobile.min.js (without linking the css), then the layout of ...
26
votes
1answer
1k views
Error with JQuery Mobile
Below, I am receiving this error:
I have narrowed the problem code to JQuery Mobile 1.0 or greater and Asp.NET ScriptManager.
I added a new Web Forms Project to Visual Studio 2012 and included the ...
24
votes
5answers
35k views
Dynamically adding <li/> to <ul/> in jquery mobile
I'm trying to add list items to unordered lists in jquery mobile, but the formatting doesn't seem to be created properly.
<ul data-role="listview" data-theme="c" data-dividertheme="b">
...
22
votes
4answers
10k views
jQuery Mobile for desktop and mobile
What browsers on desktop jQuery Mobile supports?
Can I develop single interface on jQuery Mobile both desktop and mobile?
What do you think about web app with such interface for desktop users? I mean ...
21
votes
4answers
16k views
How to create a jQuery Mobile theme
How do I create a jQueryMobile theme?
Is it overriding the CSS the best way?