Tagged Questions
0
votes
1answer
51 views
JQuery Mobile Get Json Data According to Datepicker Value
I'm on phonegap project. I use jqm framework for it.
I have a web api service to get datas into my mobile application and here i want to use Jquery Mobile Datepicker on this project.
Shortly, i need ...
2
votes
1answer
103 views
jQuery Mobile Page won't load if jQuery UI widget (datepicker) called on the page?
I am using jQuery Mobile primarily in building this site, but I've included jQuery UI for a few features missing from Mobile such as a date picker (for a part of the site primarily accessed form ...
0
votes
1answer
182 views
jquery datebox There is no mode by that name loaded / mode not given
I need a time picker in my rails application , and the jquery datebox seems perfect, but i can't make it work.
In my application.html.haml i have
%link{:href => ...
0
votes
1answer
129 views
Datepicker was not hiding while pressing back or forward browser button
hi currently 'm working in jQuery Mobile site.i was displayed a date picker on a text box click .While date-picker was displayed then i click back or forward button in the browser then the date-picker ...
0
votes
0answers
109 views
jquery mobile datepicker with multiple date selection [closed]
I am looking for a jQuery mobile datepicker that allows multiple date selection. I found some jQuery UI plugins , but not for mobile. Does anyone know of any mobile datepicker that will allow multiple ...
-1
votes
1answer
146 views
How to show datepicker on field focus only?
I'm adding jquery mobile date picker but it shows the date picker by default. Instead, I want it to show up only on focus and to be hidden when the field loses focus...Any idea how ?
In the page ...
0
votes
0answers
67 views
Custom Icon for the Jquery Mobile - Date Picker
I am creating an app for mobile phones using Jquery Mobile. I`m using the Date-Picker to let the user select the dates. I have to use the custom icons for it. Having really hard time searching for the ...
0
votes
1answer
71 views
Add Content to jQuery UI Datepicker
Client needs blue and yellow "dots" in certain days in a Calendar. I've got a handle on the dots (simple CSS) but am looking for guidance on what would be the best way to get these added (and where) ...
0
votes
2answers
380 views
disappearing dates in jquery mobile datepicker (very weird)
I'm not sure if this is a bug or what, but I'm getting a very strange behavior with jQuery mobile's datepicker.
When clicking a disabled date, the enabled dates disappear! WTF?
Please check out ...
0
votes
1answer
307 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 ...
0
votes
0answers
472 views
JqueryMobile DateBox plugin take 6-7 seconds to load
I'm using the Jquery Mobile Datebox that can be found in link http://dev.jtsage.com/jQM-DateBox/
It loads fine on a iPhone device but when i use the same code on blackberry bold 9780 the datebox ...
1
vote
1answer
418 views
JQueryMobile Datepicker wrong Week Number
I've been trying out Datepicker of JqueryMobile and found out that the week number shown in the UI is wrong. But the desktop version of the JQuery Datepicker shows the correct date.
First week of the ...
1
vote
1answer
351 views
Jquery date picker working on firefox but not on chrome and safari
I am implementing a jquery datepicker in my mobile website. It is working totally fine on FF while I can not get it working on chrome. These are the files I included to make the datepicker work.
...
0
votes
1answer
282 views
jquery mobile datepicker
I am using the jquery mobile datepicker. As with the standard jquery datepicker I am trying to set mindate.
However the calendar load but the min date does not set. Only when I click on the calendar ...
0
votes
1answer
717 views
jquery mobile datebox custom alignment
I am currently using jquery mobile datebox (http://dev.jtsage.com/jQM-DateBox/) to display a calendar. I stuck the input in a div with display: none, and then I manually activate the calendar with the ...
3
votes
1answer
2k views
Disable setting of focus for jQuery UI datepicker
There is an option with the jQuery UI datepicker to only open the datepicker when a button image is clicked. See the following for an example:
http://jqueryui.com/demos/datepicker/#icon-trigger
The ...
1
vote
1answer
7k views
jQuery Mobile Datepicker configuration
I'm working on a mobile version of my web application, but I have some trouble with configuring a datepicker in jQ mobile. I know it's an experimental feature (I suppose it might be a bit buggy?), but ...
1
vote
1answer
886 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:
...
7
votes
2answers
7k 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 ...
