Skip to main content

Questions tagged [jquery-mobile]

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.

jquery-mobile
17 votes
1 answer
61k views

JQuery Validate Uncaught TypeError: Cannot read property 'settings' of undefined

I am using JQuery Validate on a JQuery Mobile form that has a listview with an Auto Complete option that is created dynamically. I get this error if you try and type into the auto complete field, ...
1 vote
1 answer
78 views

Retrieve specific data stored with JSON

I've used the code posted in THIS STACKOVERFLOW POST to build a prototype of a webbapp, but I can't make the second page show me the data with the format I want. The code shows me the second page with ...
2 votes
4 answers
11k views

How to rotate image in jquery?

can you please tell me how to rotate a image like that : Take human being body Example : First we stand our face in front side. When I click on image our face goes back side, and Back will come front....
1 vote
1 answer
102 views

SecurityError: Blocked attempt to use history.replaceState() to change session history URL

I am working on a bank project on the Cordova framework. As per Apple's recent policy, I have built the bundle from Xcode 15.4 and iOS runtime 17+. My app worked fine when I used Xcode 14.2 and ...
3 votes
3 answers
6k views

Set iframe to full height between fixed footer and header

I'm creating a site / html5 app via JQM. Each page has a fixed header and footer with the central content being scrollable. On one page I have an iframe that is dynamically populated based on a URL -...
39 votes
5 answers
329k views

How to 3xx redirect and pass a value from a table as a query parameter (in the URL)?

How to redirect to another page and pass a query parameter (whose value comes from a table) in the URL? I've created a tornado template something like this <table data-role="table" id=&...
6 votes
5 answers
4k views

Is it possible to select all input text on iphone device when focus / click?

Is it possible to select all input text on iphone device when focus / click? Typically for a browser environment one would use: $('input').bind('click focus', function() { $(this).select(); }); ...
32 votes
29 answers
279k views

disable past dates on datepicker

How to disable past dates from the current date on a datetimepicker? I tried few posts for similar question but was unable to achieve it, Below is what I tried <link href="http://netdna....
8 votes
4 answers
24k views

how to hide keyboard in jquery mobile programmatically on focus()

I want to hide the keyboard on Focus(),but when $(".ui-input-text").focus(); it will automatically open the keyboard . I just want to hide in particular screen ,I have test with document....
0 votes
0 answers
72 views

Dropdown option default display issue in jquery mobile [duplicate]

I do not want the dropdown default selected option to display separately but why is this happening. Is there an option to skip the jquery setting for a particular dropdown? Like using some function ...
0 votes
2 answers
5k views

How to remove the shadow effect after button clicked in theme roller

I know this could be a silly question. I have been trying to remove the shadow which comes after clicking any button in ThemeRoller for a while. There is no option given in the data theme roller to ...
31 votes
12 answers
136k views

How to restrict number of characters that can be entered in HTML5 number input field on iPhone

It seems that neither of the "maxlength", "min" or "max" HTML attributes have the desired effect on iPhone for the following markup: <input type="number" maxlength="2" min="0" max="99"/> ...
3 votes
1 answer
26k views

jQuery mobile - iOS - How to detect when the keyboard is opening?

I'm working on a jQuery mobile site and need to update my layout when the iOS keyboard is showing up or hiding. Is there some event I can bind to? Doesn't necessarily have to be a JQM event, any ...
7 votes
1 answer
13k views

jQuery Mobile refresh page after changePage

Is there anyway to force a jQm page to reload once changePage is complete? I have a number of pages dynamically loaded into an array. All of the pages that are being loaded are a part of a list, for ...
2 votes
1 answer
8k views

jQuery Mobile + Phonegap :: Ajax "Loading" gif does not animate

I have a working app built in jQuery Mobile and Phonegap (using Eclipse on Mac OSX) Everything is working OK, except when the Ajax loading message pops up, the animated gif does not animate, it ...

15 30 50 per page
1
2 3 4 5
1502