Skip to main content

All Questions

1 vote
2 answers
2k views

How to change month with swipe in jQuery-Mobile Datepicker Widget

I tried to implement DatePicker in my jQuery-Mobile project. Here is the source: http://demos.jquerymobile.com/1.4.1/datepicker/ Unfortunately, it doesn't support changing the month with swipe event ...
Yusril Maulidan Raji's user avatar
0 votes
2 answers
4k views

Arschmitz jQuery Mobile Datepicker format Date

I use the Datepicker from https://github.com/arschmitz/jquery-mobile-datepicker-wrapper for jQuery Mobile. <label for="nachname">Geburtsdatum</label> <input type="text" id="datepicker" ...
Phil's user avatar
  • 2,446
0 votes
1 answer
619 views

Datepicker jquery mobile change color of day

It is possible through the datepicker of jquery mobile change the colors of the day? I have three dates like this: 2012/06/01 2012/06/05 2012/06/18 And I want these dates are visible in datepicker (...
Anthony Furt's user avatar
1 vote
1 answer
2k views

Multiple Calendars Displayed or Value Selected not displaying correctly

Ok I'm using the jQuery Mobile Framework and adding the Experimental Date Picker but I encounter two results. Following the instructions on the page, this is what I have so far. Code Efforts #1: $(...
Phill Pafford's user avatar
7 votes
3 answers
9k 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 ...
Yaz's user avatar
  • 367