Top "Jquery-mobile" questions

jQuery Mobile is a touch-optimized web framework for smartphones and tablets.

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 …

jquery-mobile
Jquery mobile change page

I have two column layout for a webpage from the site, http://jquerymobile.com/demos/1.0.1/ Now they have provided provisions …

jquery jquery-mobile
jQuery Mobile date picker

Is there someone out there that has a good date picker for jQuery mobile? I'm going to let the user …

jquery jquery-mobile
Show Page Loading Spinner on Ajax Call in jQuery Mobile

I'm using $.ajax() to populate a list in my mobile web app. What I'd like to do is have the …

jquery jquery-mobile
What is the difference between the click and tap events?

I am developing an app that runs on Android/iOS and desktop computers. Should I use the click or the …

jquery jquery-mobile touch-event
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 …

jquery jquery-mobile cordova
Phonegap Android Back Button - close app with back button on homepage

I am developing a Android app using Jquery Mobile/Phonegap. I have the following code to control the phone's back …

jquery-mobile cordova
Show virtual keyboard on mobile phones in javascript

I'm creating a mobile version of my site. There's a part of the site where a dialog pops up with …

javascript jquery jquery-mobile
JQuery.Validate adding dynamic rules with messages

I have a form on which I am using jquery.validate. I initially call validate with a set of rules …

jquery jquery-mobile jquery-validate
Using mousedown event on mobile without jQuery mobile?

I've built a webapp, and for a little bit of polish, I wanted to add mousedown and mouseup handlers to …

javascript jquery jquery-mobile mouseevent