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.
1
vote
1answer
10 views
Draggable interaction not working on cellphone
I am currently working on a project with jquery mobile and I made a div draggable. The drag interaction works perfectly until I open the website on my Samsung S3 mini.
This is my head:
<meta ...
0
votes
1answer
52 views
Uncaught TypeError: Cannot call method 'removeClass' of undefined
I dynamically created a jquery mobile checkbox group. and wanna binding event to enable select all function. Once executed, the chrome console indicates "Uncaught TypeError: Cannot call method ...
0
votes
0answers
24 views
Jquery Mobile Panel visible on page change
I'm using Jquery Mobile's panel widget and for some odd reason When I click on a link inside the panel, it get the normal transistion but the panel remains visible while the rest of the content fades ...
1
vote
1answer
26 views
Jquery mobile change css width depending on control's class
I'm currently experiencing the bad sides of JQM. I've got say two drop down list controls and I want to add different width to them depending on their class. How can I do it?
<asp:DropDownList ...
0
votes
0answers
7 views
Jquery Mobile page fixed width, (with slider), see aligned in center of the PC
The Slider ResponsiveSlides.js v1.54, works perfect in mobile version, only that I want to see it too with a fixed width centered on the PC, and not find a way to align to the center of the PC, I ...
-2
votes
1answer
26 views
Clear Page - jquery mobile
I have a page in jquery mobile which I fill dynamically per Javascript with HTML.
If the user goes to another page, I want to clear the dynamically added html-content from the page.
With the ...
0
votes
1answer
15 views
Prevent scrolling on only certain pages in Jquery Mobile
I'm using iScroll on a single page in my Jquery Mobile document because it has some touch features and I wanted to prevent the user from accidentally scrolling away from the main content. So I add the ...
1
vote
1answer
19 views
How to implement authentication for mobile Django client based upon JqueryMobile, AngularJs, PhoneGap
I'm trying to create a one-site mobile app using AngularJS and jquerymobile, deploying it as a "native" app using PhoneGap. The one-page navigation is build up similar to this jsfiddle, using ...
0
votes
1answer
7 views
EasyPaginate with Touchwipe
I'd like to get Touchwipe to connect with EasyPaginate so when I swipe left for instance it would be the same as clicking on the "next" pager button, I just can't seem to find the parameter from ...
0
votes
1answer
19 views
jQuery mobile panel transition
I have a page with a jQuery sliding menu, how can I control the menu sliding transition.
For example to change the sliding speed?
Here is my code:
<div id="navpanel" data-role="panel" ...
0
votes
0answers
10 views
jQuery Mobile - Navigating HTML in directories
Can anyone enlighten me on the correct way to navigate around jQM pages when using nested HTML pages?
My directory looks like this:
index.html
login.html
users/
----- index.html
----- adduser.html
...
0
votes
0answers
11 views
jqueryMobile datebox and webshim + checkValidity()
Im using datebox and want some validation on my input if there isn't any value.
<input name="fromDate" id="fromDate" type="date" data-role="datebox" required = "" data-errormessage="error">
...
0
votes
0answers
18 views
Pageinit not fired for a linked page
On my homepage there is a listview, where every element has a link to the same page, but with different URL parameter:
<a href="player.html?video=34&movie=4354"></a>
<a ...
1
vote
3answers
19 views
JQuery Mobile Navbar Background Color
Hi all I am currently using JQuery Mobile to create a web app. I currently have a navbar across the top of my page with a series of images centered inside each button on the navbar. I have set the ...
0
votes
1answer
16 views
Gmap basic map display
I'm trying to use the gmap3 JQuery plugin to set a basic map on my html file but always when I'm refreshing my page there's nothing. Here's my code: http://pastie.org/8062410
It says on this link how ...