Tagged Questions
8
votes
5answers
15k views
jQuery - draggable images on iPad / iPhone - how to integrate event.preventDefault();?
I use jQuery, jQuery UI and jQuery mobile to build a web application for iPhone / iPad.
Now I create images and they should be draggable, so I did this:
<!DOCTYPE html>
<html>
...
14
votes
4answers
19k views
How does one disable Caching in jQuery Mobile UI
Tried...
<div data-role="page" data-cache="30">
<div data-role="page" data-cache="never">
<div data-role="page" data-cache="false">
<div data-role="page" cache="false">
...
7
votes
2answers
6k views
Datepicker in jquery mobile is duplicate when is added in a second page
I'm needing some help with the datepicker use in mobile app.
I'm using the jQuery UI datepicker in my app. But the datepicker is show twice (duplicate) when I put it in the second page. However when ...
12
votes
1answer
3k views
jquery vs jquery mobile vs jquery UI?
I'm new to web development and there are just too many j* stuff out there. I wonder what are the differents between those framework/ library?
Moreover, why are people talk a lot about making plugin ...
16
votes
3answers
9k views
Jquery Mobile nested list - Back button gone?
In the latest build of jQuery Mobile, the way to add a back button is by adding 'data-add-back-btn="true"' to your overall "page" div.
This works great. However, When viewing a nested list submenu ...
8
votes
1answer
395 views
Jquery Mobile Application Strange Behaviour
I have created one application which contains several buttons to home page clicking on one of that button my application redirects to some view which contains JQM form, with JQM calendar, text field, ...
3
votes
6answers
8k views
jQuery Mobile -> Override jQuery UI Datepicker -> Layout broken
I am using jQuery Mobile in my web application. There is a datepicker which overrides the default jQuery UI datepicker.
Here is the source:
...
1
vote
2answers
163 views
Not getting proper result on back press in jquery mobile
Hi I have 3 html files as
index.html
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="jquery.mobile/jquery.mobile-1.1.0.css" />
<link ...
0
votes
1answer
88 views
Sortable list not working on ipad [closed]
I am trying to make sortable list on Ipad. I used the following link.
But it doesn't work i just can scroll the whole page instead of moving components of the list.
Please help
7
votes
4answers
3k views
Radio button not align properly at center in jquery mobile version 1.0?
I used radio button in my jquery mobile application and i'm using jquery mobile 1.0 and jquery 1.6.4. The problem is it always aligned left. So, i tried to move at center but it is not working. How to ...
2
votes
7answers
3k views
jQuery Mobile how to check if button is disabled?
I disable the button like this on my jQuery Mobile webpage:
$(document).ready(function() {
$("#deliveryNext").button();
$("#deliveryNext").button('disable');
});
and i can enable it with
...
1
vote
3answers
211 views
how to display jquery page(inside a div) using javascript?
here is my problem, i call this method and what it does is
post some data on server using jQuery, i want to display page using result i recieve from server
my page index.html
<div ...
1
vote
1answer
1k views
JQuery Mobile splitview change
How to use $.mobile.changePage in Jquery Splitview?
The page transition must be performed using Javascript code
1
vote
3answers
897 views
Is there a numeric keypad for jQuery Mobile?
I have a peripheral for the iPad that needs to set the focus on a numeric field to allow the user to enter a qty.
My problem is: When my JavaScript sets the focus on the field, the keyboard doesn't ...
1
vote
1answer
227 views
jquery code is not running on android phone
I am trying to make a pop-up form for my mobile web page. It is working perfectly on firefox of my laptop. But when I test the page from an android browser, it's just showing an empty page. Please ...