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.
0
votes
0answers
10 views
Dynamically created Selectmenu options override the selected option with the first value
Hi I have dynamically created selectmenu options that populates the drop down correctly. My problem is, on selecting any option(value) from the list of drop down, the value gets overriden with the ...
1
vote
0answers
8 views
Jquerry mobile split screen view for phone
i designed an application for my tablet but hen I am installing this on my phone the JQuerry mobile code is not showing the project like it should be!
Now is there a better edition of splitscreen ...
0
votes
0answers
16 views
Application Configs for PhoneGap App
I am quite new to PhoneGap as well as Android development. I am building an app which acts as an client to some service. I want to store some parameters which I can use throughout the application via ...
0
votes
0answers
11 views
Remove contour checkbox in jquery Mobile
I got this, but I do not want the yellow outline. How can I do?
My code:
<div class="ui-block-a">
<div class="ui-bar ui-bar-e" style="height:50px">
...
0
votes
1answer
9 views
Show same contents on page in dialog box using button click in jquery mobile
I have two pages .I am able to show page on clicking the button but i need to show same content as a dialog box on same screen without changing the screen. I need to show dialog box having same field ...
0
votes
0answers
5 views
prevent select menu to hide page in jquery mobile
Is there any way to stop selectmenu to hide active page if screen height is smaller as compare to height of custom selectmenu dropdown? i want to show consistent behavior
Thanks and regards
0
votes
0answers
8 views
Need to create Directory (Folder) using phonegap (jquery mobile)
In my application I have one button and text field. With every click want to create one folder (In folder create text file having text field data). Also, I want to read the data from the text file and ...
2
votes
2answers
32 views
Prevent “DOT” for Input type number in Mobile Devices
am working With jQueryMobile with PhoneGap..
Currently I have an issue.. I search about it but didnt get an exact reply.
My problem is i want to prevent the typing DOT in Textbox. Textbox is for ...
1
vote
1answer
22 views
Table with 6 columns with Jquery Mobile
Should I build a table with 6 columns, I can not do it, by the time I built 2 tables with 3 columns but I can not make them side by side, I am one below the other. How can I do?
The style:
...
-1
votes
2answers
39 views
Replace css class in nested element [closed]
I want to be able to remove class "ui-btn-active" from one anchor tag and add it to the other. This is done automatically by clicking the navbar button (jQuery Mobile), but I have a shortcut from ...
0
votes
1answer
35 views
Javascript to Jquery and JQM
I need this code to work with Jquery / Jquery Mobile, but for some reason it won't work with JQM. Could anybody help me, please? Thanks!
Javascript Code: It works without JQM
<script ...
0
votes
0answers
14 views
phonegap + jquery mobile + resizable images in a fixed area
I'm building an application using phonegap and jquery mobile.
I need to add resizable images into a fixed area with an ability to pinch/zoom the image just in this area (not the complete application).
...
0
votes
1answer
16 views
How to create alphabetical based list as Sencha touch grouped list but in jQuery?
I'm trying to create an alphabetical list group for a mobile app which should be as contact list app in iOS, but I need the behavior to be "ontouchstart" instead of "onclick", the best preview i could ...
1
vote
2answers
41 views
Nested Table issue in jquery mobile
I have an issue in jquery mobile table.
i want to acheive the result like
which i got from the Plain HTML code
HTML
<table border="1">
<tr>
<td>Rank</td>
...
0
votes
1answer
25 views
JQuery Mobile: Add additional class to JQM styled element
I want to add a class to JQM's list divider <li>'s:
<li data-role="list-divider" role="heading" class="ui-li ui-li-divider ui-bar-e ui-first-child">A</li>
I have done this using ...