0
votes
0answers
6 views

JQM popup not showing correctly

I'm using JQM 1.3.1. I have a page that displays a list of items and next to each item there is a button that when clicked, shows a popup with some general info: The problem is that when the object ...
0
votes
1answer
25 views

Looping through list and hide child li based on if statement

I have a jquery mobile site that has a dynamic unordered list generated from a postgres and a while command in php. After the page is ready how can I go through each list block and read the text ...
1
vote
1answer
14 views

How can I prevent a jQuery Mobile popup from closing when clicking on a link?

I'm trying to combine a jQuery Mobile popup with links inside using the :target pseudo-selector. It works well in theory (click element, hashChanges, change CSS using :target), but either the click ...
0
votes
1answer
21 views

jQuery mobile Keypad force close and open

I want the mobile keypad to open forcibly even if there is no input field present and the same with closing the keypad
0
votes
1answer
28 views

jQuery Mobile UI not working properly with IBM Worklight

Please bear with me because i'm a beginner :D I try to add jQuery Mobile framework to my Worklight project. I followed this link instructions (so, i added the jQuery Mobile manually, like in the ...
0
votes
1answer
21 views

How to display returned JSON in jQuery Mobile pop up

First of all, I'm not sure which is the correct widget here, popup or dialog. I'm going with pop up for now. I have a form, when submitted I want to display the results in a pop up. Validation and ...
0
votes
1answer
17 views

How to filter jQuery Mobile select form dynamically

I'm trying to filter a select list by using another select list. The problem is that I cannot reload the list after its been filtered. So if a user makes a accidentally makes a wrong selection on the ...
0
votes
1answer
16 views

Multi-touch for jQuery mobile colorpicker slider and canvas?

Right now I've got a working colorpicker slider, my local copy is slightly more developed because I've modified the jQuery mobile libraries, but I think this fiddle should be enough to show my working ...
1
vote
1answer
24 views

Jquery Mobile call function after change page

I have a simple function that changes the page after login. Once the page is changed I want to run a different function to load a map. function doLogin(username, password){ show_load("logging ...
0
votes
1answer
26 views

JQuery Mobile Percentage Height Issue

I'm trying to fix the height as a percentage of a header element in JQuery Mobile on my login page. #login .ui-header { height: 62%; } The height of the parent element is 615px on my test device; ...
0
votes
2answers
29 views

Phone Number Link Detection on Mobile Device

I am creating a native app for iOS with Jquery Mobile and Phonegap. Within the app, I dynamically load data with ajax. Some of the included data are strings of numbers that automatically add a tel: ...
0
votes
0answers
15 views

jQuery mobile does not trigger filterCallback callback when the last character is removed from the filter input

I'm trying to play around with the jQuery Mobile ListView control with built in filter functionality. I want to override the filterCallback, but I noticed that when the last character is removed from ...
0
votes
0answers
18 views

form_remote_tag (Symfony1.1) with jquery Mobile Validation issue

Have an issue with symfony 1.1 form_remote_tag with jquery validation, HTML with PHP form_remote_tag <link rel="stylesheet" href="/css/jquery.mobile-1.3.1.min.css" /> <script ...
1
vote
1answer
20 views

jQuery mobile form submit is reloading instead of loading new page

I have a simple form, it only asks for the user's name which appears 'first' on my jQuery mobile app, the idea is that they'll enter their username (then authenticate for further use using cookies, or ...
0
votes
1answer
27 views

Dynamically adding elements to controlgroup jQuery mobile 1.3

I always faced problems while adding or removing elements from controlgroup dynamically. Thankfully, JQM 1.3 has provided an example for that. Link: ...
2
votes
1answer
14 views

jQuery Mobile Theme after php echo

I got a .html Page with jQueryMobile. This page sends a database request to a .php script on my server. Then the script returns the result with html code and jQuery Mobile theme features like ...
0
votes
0answers
16 views

photo gallery jqm plugin

i am developing an application for 4 different mobile platforms, iOS , Android , WP7 , BB. I am trying to implement a plugin in my jquery mobile page that will run in all of these platforms. I have ...
1
vote
0answers
9 views

XY slider controller grid for HTML forms jQuery / Javascript for web and mobile web

Is there a XY slider controller grid for HTML forms jQuery / Javascript function / code somewhere that works for ordinary and mobile web (iOS, android)? And if there isn't how can such a controller be ...
0
votes
1answer
57 views

How to split Javascript and HTML Files?

im working at the moment with jQuery Mobile. Whats the best way to split the Javascript and the HTML Files? Its possible to create single Views, and load them with Ajax into the code? Example: ...
1
vote
2answers
26 views

jQuery Mobile 1.3.1 taphold event fired multiple times

I bind a taphold event to td-elements of a table, but when i tap and hold to trigger the event, it is somehow fired multiple times. My example code: $("td").on("taphold", function(){ ...
-2
votes
1answer
51 views

click event is not working smoothly in jquery mobile

I am working on the jquery mobile app and i use many pages for it.I move to next page and come back to some page then click is not working perfectly as first time i go to the same page click event ...
-2
votes
2answers
33 views

All Urls on the page Redirect to mobile if screen width is under 699

Sorry for the re-post. The code seems to be good code from previous responses but is not working. The code below works perfect except I need to implement it only when the screen size is below 699. I ...
0
votes
2answers
23 views

jQuery Mobile text/search change event acts differently

I have a jQuery mobile application with change events bound to certain text inputs. The text inputs with the type="search" in particular don't fire on the "change" event like the type"text" text ...
1
vote
2answers
28 views

Can I get the current GPS location of a tablet using Jquery Mobile?

I like to know if is possible to get the location ot an android tablet using Jquery mobile/Phonegap
0
votes
2answers
39 views

JQuery - Placing a Google Map in a “content” isn't visible?

Having a bit of trouble placing a map within data-role="content" while using Google Maps v3 and JQuery. No errors show in the console so I am having a hard time debugging. No map shows up on the ...
0
votes
1answer
39 views

Convert jQuery UI colorpicker slider to jQuery Mobile version

I'm not at all a js programmer, so I'm getting really confused looking at the code inside the jquery mobile library (they don't have good comments at all). I've created a colorpicker slider using ...
0
votes
0answers
28 views

invisible input - focus event still firing (behind another element)

I'm using jQuery Mobile. On my page, I have a data-role="header" element. It stays at the top of the screen when I scroll. As I scroll, technically there are page elements underneath the header (which ...
0
votes
0answers
36 views

Not able to solve jquery IE 7/8 Script 3 Member not found error

My web app is running here: URL I am using jquery version 1.7.1.min.js for ie browsers and I am getting the following error for IE 7 and 8. Error details: SCRIPT3: Member not found. ...
1
vote
1answer
29 views

Change theme of select menu placeholder in jQuery mobile

I want to change the theme of select menu placeholder in jQuery mobile. I want different theme for options and different theme for the placeholder. But am unable to change it individually. The ...
1
vote
1answer
31 views

How to disable scrolling of list view when popup screen Display

I have a pop up screen. After clicking the Button, I want to show my popup screen. But problem is that, whenever user open the pop screen, it displays But again user able to press button. I need to ...
0
votes
2answers
39 views

using jquery mobile with jquery

Hi all I have the following code <script type="text/javascript" src="/js/jquery-2.0.0.min.js"></script> <script src="/js/jquery.mobile-1.3.1.js" ...
1
vote
1answer
45 views

How to call function on page load in jquery mobile and how to pass data from one page to another

I am using jquery mobile. I want to call function on page load. I googled a lot find using But it did not work. I also need to pass data from one page to another in jquery mobile. Here is my code: I ...
0
votes
1answer
30 views

JQuery Mobile collapsible widget collapse and expand events not working

I have a page of dynamically created JQuery 1.3.1 collapsible items (not in an accordion set), and I am trying to save the expanded or collapsed state of each item. The collapsible items work fine ...
0
votes
1answer
55 views

Infinite scroll feature in jquery

I am using JQM and phongap do make an android application. I am trying to add an infinite scroll feature to the app but it is not working in the app. It is working perfectly in Firefox and chrome. ...
0
votes
1answer
36 views

jQuery Mobile dialog opens incorrectly in Safari

I have problem with jQuery Mobile dialog. When is the page first time loaded (after JQM init) and after that when I click on dialog button (open dialog), dialog is opened incorrectly. Insteat of ...
1
vote
0answers
21 views

Why the Qunit counter in this test never reaches the target value?

I'm sitting on a Qunit test and having trouble to follow what's happening. The test if from jQuery Mobile's listview.filter extension. I'm clueless as to how the variable _refreshCornersCount ever ...
0
votes
1answer
29 views

Set bean's property from dynamically generated HTML list

I have a <ul> element which I dynamically fill with <li> elements. I desire to get control of these <li> element, by that I mean to have them able to set a property of my bean with ...
1
vote
1answer
32 views

Jquery Mobile: Binding on “change” not excuted after redirect (rails 4)

I'm using Rails 4.0.0rc1 with the gem 'jquery-mobile-rails'. I'm trying to hide and show DOM elements on a select change, using the value of the changed select box. The code below works after the page ...
2
votes
1answer
54 views

How to swipe top down JQuery mobile

I'm trying to make event on swiping up and down instead of left and right i have this roll as image shows: I can handle the event using arrow icon (onClick()) but i want to add swipe up down ...
1
vote
2answers
37 views

jQuery mobile - preserve list style after append

This question has been asked many times on stack overflow and I have tried all solutions from all the questions. Here is a list of them: One: var list = ''; for.... list += 'html...'; ...
2
votes
1answer
45 views

Click event Fire while scrolling the list view in jquery mobile

I created a list view dynamically using jQuery mobile but I am facing two issues on iPad: while scrolling the the list row click event is firing my header is being hidden while clicking a row. This ...
1
vote
5answers
53 views

jquery - selecting an 'Option' in dynamically generated 'Select'

How do we select an 'Option' in 'Select' using jQuery? $('#s_choice').selectedIndex = 1;//select 2nd item Not working. JsFiddle is at http://jsfiddle.net/yesprasoon/pduX7/
0
votes
1answer
29 views

jQuery Mobile add list element

I am wondering what I am doing wrong.. I have this ul: <ul id="songlist" data-role="listview" data-divider-theme="b" data-inset="true"> <li data-role="list-divider" role="heading"> ...
0
votes
1answer
82 views

How to call two divs at a same time

I have a html page in which i have two divs one is page-role and other is with css alignment. Now i have a button onclick of on the button i want to open these divs at the same time. Because i want ...
0
votes
1answer
28 views

Phone Call Events - JQuery Mobile?

I'm new to mobile development, I want to make an app which calls a phone number without opening up the phone dialer screen instead to make the call in background from my app page as the user browses. ...
0
votes
1answer
34 views

jquery mobile - have multiple pages with panels that have the same name and need to swipe open

So for example i have two pages with panels in my doc, the panels have the same names, it looks like this: <html> ... <body> <div data-role="page" id="page1"> <div ...
1
vote
3answers
28 views

JQuery Mobile Radio Buttons stay selected when selecting other buttons. Using .html function

I can't seem to figure this out, or find any information on this. I'm using the .html() function to generate dynamic HTML to list Camera selection in a radio button format. The code that creates the ...
0
votes
0answers
35 views

jQuery's compatibility with JSP

I had the opportunity to work with jQuery in JSP, and until now it worked just fine. But until now, I only used jQuery 1.5 and jQuery mobile 1.0, here's the links I used to put in the <head> tag ...
0
votes
0answers
24 views

how to avoid flickering between the pages

I am using jquery mobile and html5. when i redirect from one page to another page , getting a white screen (flickering). So how to get out of this problem. Here is my code.. --Page1-- <html> ...
1
vote
3answers
43 views

jQuery Mobile: how to reload page without the following parameters

My JQM includes three data-role="page". The issue: Now I go to another page2 from the default home page1, so the URL is localhost/index.php#page2. When I refresh the page, it is still in page2. Is ...

1 2 3 4 5 119