Tagged Questions
0
votes
2answers
22 views
popup window not open in jquery mobile
I have implemented a script to prevent the link in my mobile app on my ipad.
It works fine but I have problem now with the popup I have with jquery mobile.
The problem is when I use this script, the ...
0
votes
0answers
7 views
FB.api created Elements using jquery-on function
I´m creating list-elements with my facebook response data.
How do i have to use jquery´s .on (deprecated .live) function to get them styled from jquery.mobile?
jquery mobile is included in the head
...
1
vote
1answer
23 views
Jquery Mobile google maps , i have to refresh the page to show map
I am making an application that show positions on maps, I have a page that links to the map, when I click that link, its change to the map page without load the map.
So I have to click the browser ...
0
votes
0answers
17 views
jQuery Mobile Idle Time
I'm developing a JQM application and need to direct my users back to a login page and clear the local storage after a few minutes on inactivity. Inactivity would be no interactions with the app such a ...
0
votes
0answers
9 views
Jquery Mobile Multipage + Jade
I am using Jade to render a jQuery Mobile multipage. I am new to Jade so please bear with me.
The main page renders fine. However when I try to click a link to go to one of the subpages, nothing ...
1
vote
1answer
26 views
jQueryMobile Does not load with Phonegap on Android
Regular javascript works, however when I try to use jQuery or jQueryMobile, it does not load.
I have downloaded the compressed jQueryMobile file, and placed it in my project.
These are my script ...
0
votes
1answer
27 views
JQuery get th or td text from tr empty spaces issue
I'm using JQuery Mobile table:
<table data-role="table" id="productTable" data-mode="reflow" class="tablesorter ui-responsive table-stroke my-custom-breakpoint">
<thead>
...
0
votes
1answer
35 views
Forcing touch event in HTML5
I have an issue with CSS on my mobile device with hybrid app..so after some changes, only after clicking anywhere on the screen all getting fixed-refreshing. I wonder is any way I can force touch ...
0
votes
1answer
19 views
In jquery mobile 1.3.1 how do you set selected value in a selectmenu?
I have tried numerous things. Nothing seems to work.
for example:
$('#select').val(myval).selectmenu('refresh');
$('#select').val(myval).attr('selected', 'selected');
...
1
vote
1answer
34 views
Inline css doesn't work with JQM
I started working with phonegap so I am new with it. I included JqueryMobile to it. It all works nicely but how do I change the style of for example a text field.
When I use inline css like
...
0
votes
0answers
24 views
javascript ios overscroll in jquery mobile?
How to get this to work with jquery mobile;
$('body').on('touchmove', function (e)
if (!$('.scrollable').has($(e.target)).length) e.preventDefault();
});
How do i get this to work with javascript ...
0
votes
0answers
34 views
best way to create a floating window using jquery mobile
I'd like to create a floating window on top of my main page, which contains a menu of buttons.This window should open when the page loads.
Currently there is a popup window serving this function, ...
0
votes
0answers
64 views
Dinamically check radio-button after creation
the problem I have in my application is that when I load the following webpage, only the last radiobutton set is checked, while I want all of them checked.
for(var i=0; i<results.rows.length; ...
0
votes
2answers
39 views
jQuery Mobile button click event not working
I'm new to JQuery Mobile so excuse me for this probably easy question.
I have a button:
<a id="btnSort" href=# data-role="button"
runat="server" ...
0
votes
0answers
9 views
passing attributes to jquery-mobile in tinyMCE
I have added the jquery mobile js jquery js and jquery mobile css in to tinyMCE head.
and I have passed all the needed attributes such as data-role|data-mode in to tinyMCE via extend elements . but it ...