0
votes
0answers
23 views
jQuery Mobile: Programatically opening a Dialog right after closing another
I'm currently developing a website that uses jQuery and jQuery Mobile. It has a Login Dialog which contains a Login button and a Register button.
<a href="" ...
1
vote
2answers
51 views
/# added to website URL
I have made a mobile site using jquery mobile 1.3.1. The problem is that when I try to go from the front page View Menu I get /# in the URL as in tironci.dyndns.org/freddys/#/menu.html . I have no ...
0
votes
1answer
28 views
jQuery Mobile Duplicate Triggers Explained
I understand that when you create a listener in jQuery Mobile like:
$('.this-class').on('swipe',tapHandler);
tapHandler will run twice. In order to eliminate this problem I have seen multiple ...
3
votes
2answers
21 views
JQuery Mobile dynamically populated collapsable set losing rounded corners
I thought it might have been something about my code or css, but I can reproduce it in JSFiddle:
http://jsfiddle.net/kegmT/
<body>
<div data-role="page" id="index">
<div ...
0
votes
1answer
44 views
(Phonegap app) How to pass value of input search in two pages in jQuery Mobile
I have a two page application, that I need to show some resluts.
The fist page
<div data-role="content">
<!-- content -->
<form>
<label ...
0
votes
2answers
31 views
Remove element from listview JQuery Mobile
When I uncheck an item I want it to be removed from the listview. Removing all items -not a problem. Neither is first item or last.
$("input[type = 'checkbox']").change(function(){
var ...
0
votes
0answers
27 views
Reset Jquery mobile popup
Hi i have a jQuery mobile popup with five buttons. based on the users click on a button some buttons are removed using detach() and new ones reappear using $().html(). -- then the user can either ...
3
votes
3answers
57 views
How to Separate values from json array using jquery.?
This is my json
{
"data": [
[
"1",
"Skylar Melovia"
],
[
"4",
"Mathew Johnson"
]
]
}
this is my code jquery Code
for(i=0; i<= contacts.data.length; ...
0
votes
0answers
9 views
Script doesnt run when transact from the main page Jquery Mobile
I have made a script that will check the browser window and remove in the footer all the item that will no be seen and added to a menu. The problem is when i transact from the main page, the script ...
1
vote
1answer
14 views
How to show the second page as the default page in a jQuery mobile Multi-page template structure?
How can I show the second page as the default page in a jQuery mobile Multi-page template structure?
<body>
<div data-role="page" id="foo">
<div data-role="header">
...
1
vote
1answer
16 views
How to get an event from button in jquery mobile dynamic page
I have created a dynamic page using jquery mobile, how to get an event after creating this page? Also i need an alert from this button.
this is my code:
$("#test").on('click',function(){
var ...
-1
votes
0answers
11 views
jQM “-webkit-transform:translate3d(0,0,0)” make some android browser link not working
jQM some div wrapper will use this CSS -webkit-transform:translate3d(0,0,0);, it make link in fixed div can't click on some Android browser (Test on AVD 4.2.2 and some 4.X android device), I have ...
0
votes
3answers
27 views
Mobile progress bar
I am searching for a progress bar (or slider without thumb which would not be interaction enabled).
I want to use it in a HTML5 project with jQuery mobile for iOS/Android/Windows mobile. On mobile ...
0
votes
2answers
15 views
Can we load two xml files at a time dynamically using jquery?
by using "AJAX" we can load our files like xml/json. But is there any possibility to load at a time two xml's using AJAX or get.
AJAX:
$.ajax({
url: 'test.xml',
type: "get",
...
1
vote
1answer
13 views
jquery mobile panel events not firing
I can't seem to tie into the jquery mobile panel events as seen here
http://jquerymobile.com/demos/1.3.0-rc.1/docs/panels/events.html
$(document).on('beforeopen', ".ui-panel", function() {
...
0
votes
1answer
17 views
Change Text in jquery mobile Loading Dialog while dispalyed?
I show and hide my jq mobile loading dialogs manually. I prefer this. My question when I show the jq mobile loading dialog is it possible to change the text in it while it is already displayed?
For ...
6
votes
1answer
68 views
What happens to local functions referenced in the events in Javascript?
I think I am missing very important thing about javascript
var gl = 10
$(document).ready(function() {
var obj = {}
obj.test = function() {
gl++
var lc = gl
function ...
1
vote
1answer
23 views
Adding swipe support in HTML5/JQueryMobile/PhoneGap
I'm working on a PhoneGap project and we want the user to be able to be able to swipe items off of a list.
JQueryMobile has events for .swipeleft() and .swiperight(), but those are boolean events; ...
-1
votes
1answer
37 views
Slider id selector not working
I'm trying to select a slider and retrieve the value from it but it throws undefined.
Here's the html code for the slider and the collapsible containing the slider:
<div ...
1
vote
1answer
23 views
Jquery Mobile disable style on a fixed header
Hey all i am trying to disable to theme/style on a fixed header in the code below:
<div id="home-header" data-role="header" data-id="mobile-header" role="banner"
data-position="fixed" ...
1
vote
1answer
28 views
Jquery Mobile: Load page DIV before transition
Hello!!
i have a question and i haven't found any solution for it anywhere...
So, I have a button that link to internal div page (#page2) with a very long list, I need that the internal div page ...
1
vote
0answers
21 views
jQuery mobile and collapsible data performance
I am using collapsible headers with jquery mobile and noticed that there is a performance issue with the iPad. Is there a limit of collapsible headers that should be used on a page. I have a page with ...
0
votes
0answers
16 views
Screen flickering on iPad with jquery and phonegap?
so i've finally got my app on my ipad but there's a slight flicker when using the navigation - i'm hoping this will disappear when i package it up but if theres a something i missing??
Heres a video ...
1
vote
1answer
17 views
photoswipe error when putting site online
I have the following site: http://kenya.magicblue.es/index.html
when you click gallery, you can see the photoswipe like this:
then i do F5 and it works fine and place the pictures properly.
it is ...
1
vote
0answers
23 views
Scrolling up with jQuery taps a button
I tried to automatically scroll up with jQuery. It scrolls up like it should but it clicks a button at the bottom of the site. This problem occurs only if I open the webapp from the homescreen of an ...
2
votes
2answers
28 views
Cannot open links in new tab with jquery mobile
Why I can't open a link in new tab on my mobile phone?
But when I tried running my script on the PC Desktop, that link can be opened in new tab..
This is my script
if($data[$flag] == 1){
echo ...
0
votes
0answers
23 views
Jquery Mobile Transitions in MVC4 with Form Post
I'm fairly new to jQuery mobile so forgive any oversights.
I'm creating a mobile app that has a series of pages with information and forms on. In the simplest case the first page has one text box to ...
2
votes
1answer
11 views
Receiving events from slider event after page change in jQuery Mobile
In a PhoneGap app, I navigate to a html page via the $.mobile.changePage() function.
The target page contains a slider input element.
I want to compute the selected value after a change of the ...
0
votes
1answer
42 views
PHP included JavaScript is not working properly in Jquery Mobile
In my jquery mobile web app I include a Login-Form on every page the user is navigating to. I do that so that the user could login at every time he wants to, not just on the start page.
Since I do ...
3
votes
1answer
29 views
How to keep same header/footer across pages in jQueryMobile?
Is there an easy method to keep the same header/footer while navigating jQueryMobile pages? The only solutions I came across so far relies on injecting it dynamicly on page-change, but this screws up ...
1
vote
1answer
15 views
jquery mobile 'live' function undefined in phonegap application
I'm trying to get this example working with phonegap 2.7 and jquery mobile 1.3.1.
I started with the following index.html file:
<!DOCTYPE html>
<html>
<head>
<meta ...
0
votes
0answers
30 views
Menu list in header is working fine in browser but not in the Emulator, why?
i created the page with selection options in the header using Jquery/Jquery Mobile. Its working fine in the browser but its not working in the "Ripple Emulator".Can anyone help out from this problem.
...
0
votes
1answer
14 views
jquery mobile : how to manage the initialisations of selects and inputs after a $.mobile.changePage
I am developping a single page app, and I inserted a splash screen that disappears after a few seconds. But then, when the next page loads I have a problem handling the select and the ìnput range. I ...
0
votes
3answers
72 views
Jquery change button value not working
I've been struggling for hours and I cannot get the following code to work;
<li>
<img width="100px" height="100px" src="$profile_picture">
<p>Username: $username</p>
...
1
vote
1answer
27 views
iPhone - Using jquery-mobile in a UIWebView
I have never used jquery before, and I am trying to use it on a UIWebView, I though it would be easy but clearly I must be missing something obvious, I kinda followed this SO JQuery Mobile not working ...
2
votes
1answer
15 views
How to Disable “Slide” page transition on certain links for certain devices? -defaultPageTransition alone isn't enough
I'm working with jQuery Mobile. For certain links - but not all, I am using the following page-transition code right in my markup:
data-transition="slide"
This is working well, but I want to ...
1
vote
1answer
22 views
jtsage datebox changes my header from fixed to inline
I have a strange problem when I try to use jtsage databox.
The header and footer of my jquerymobile page are supposed to be "fixed".
And until the user opens the data picker, these header and footer ...
1
vote
1answer
52 views
Can't physically select checkbox the first time through
When I test the page and click the checkbox nothing happens. If I go to another page and come back, the checkbox works.
HTML
<fieldset data-role="controlgroup" data-type="vertical" ...
2
votes
1answer
63 views
How to detect back button event?
How to detect back button event when navigator.notification.confirm is opened? Back button just close pop-up, but event document.addEventListener('backbutton', onBackKeyDown, false); doesn't raised.
0
votes
1answer
31 views
How to disable the default JQM page in a SPA?
I have a single page JQM application - all JQM "pages" are in one document:
<div>
@RenderPage("Views/login.cshtml")
@RenderPage("Views/page1.cshtml")
...
0
votes
1answer
24 views
jQuery Mobile file usage
Something was pointed out to me that I never heard of before and came as quite of surprise to me: the files to include when using jQuery Mobile and a custom theme.
As their site states, if you just ...
0
votes
1answer
26 views
jQuery Mobile Hosted on Server 1 and Retrieve Data from Server 2
I have a simple jQuery Mobile application that is hosted on Server 1. It includes some php pages that query a database hosted on Server 2.
This all works fine when everything (jQuery Mobile website ...
1
vote
1answer
20 views
JQM ajax page reloading multiple times
Wierd one here...
I am setting up my application, and I am loading in another page via the ajax method. Between these pages I have a simple forward/back method.
On the firing of the back method, I ...
0
votes
1answer
19 views
Yii Minscript Error with Jquery Mobile
I tried minifying the Jquery Mobile javascript file Using YII minscript extension which wraps Minify. But i keep getting a javascript file that seems to be missing a few codes and throws errors. I did ...
0
votes
0answers
27 views
Google Maps is loading endlessly in JQuery Mobile
I am using google maps in one of my jquery mobile pages, and instead of loading the whole maps javascript files on every page, I've included them into the page in which google maps is used.
But when ...
0
votes
0answers
38 views
Differences between JSON response with Safari and Safari Mobile
I noticing some strange behavior between different browsers with a JSON response. The browser i'm having the issue with is Safari Mobile, specifically the iOS simulator.
I'm using Codeigniter and am ...
0
votes
1answer
37 views
how to use jquery-mobile listview to link to inner pages with UrlVars?
I have a problem with jquery-mobile listview.
I some inner pages (#page1, #page2,..) into the same html file.
e.g. in #page2, I have a jquery listview object:
<ul id="itemList" ...
1
vote
3answers
48 views
Change jQuery select option programmatically - Doesn't work
I' m trying to remember the descision of an selected option within an jquery select. Unfortunatly, I can't select the wanted option programmatically.
Here are some more Details: The HTML:
<div ...
0
votes
1answer
35 views
jQuery mobile listview multiple click event
I fill list dynamically, and after that on click I have multiple calls of event. 1st time it is repeated 1 time, 2nd time 2 times, 3rd time 3 times, etc...
-1
votes
0answers
27 views
Dynamically get the values on the select option
I'm working on JQuery Mobile. I included data-native-menu="false" in the code. I have to dynamically get the values on the select option, but when I check it out, I wasn't able to get those values.
...


