All Questions
21 questions
0
votes
1
answer
2k
views
A datepicker that fills a jquery filter-field in a list when pressed
As the title says, I need help with getting the date from a datepicker to filter a list of events.
What I got so far:
I have a datepicker and a list with events. I would like to filter the list with ...
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 ...
2
votes
1
answer
564
views
Disable Past date in mobile jquery
I created a DatePicker in mobile jquery and i want to disable Past Dates Before yesterday. I want to keep only 2 options available in the DatePicker Dialog, that is of Today and Yesterday only. Here ...
1
vote
0
answers
96
views
Element Under JQUERY UI Datepicker Gets 'Clicked' When User Clicks Calendar Date
I have an HTML Input Type=Text with a date that is enhanced with the JQUERY UI Datepicker option such that a calendar pops up when the user clicks the input. When the calendar pops up, it 'sits' on ...
0
votes
0
answers
49
views
jQuery datepicker Event
I'm developing a jQuery Mobile application.
How can I add the Click Event of a
<input id="date" type="date">
to a link. So that when the link is clicked the datepicker will appear.
Like in ...
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" ...
2
votes
2
answers
2k
views
How to edit datepicker format from dd/mm/yyyy to dd.mm.yyyy 00:00:00
I would like to use datepicker to insert date and time into textbox.
i need to change dd/mm/yyyy to dd.mm.yyyy 00:00:00 using jquery
mine is here:
$(function() {
$("#TextBoxStart").datepicker({ ...
-2
votes
2
answers
242
views
How to Popup jQuery Datepicker with Hyperlink [duplicate]
I'm creating a website for mobile (using JQuery Mobile) and I need a date picker that opens when a user clicks on a hyperlink. When the user selects a date will it redirect the browser with the date ...
0
votes
1
answer
829
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
1
answer
2k
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
2
answers
3k
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 => "http://code.jquery.com/mobile/...
-1
votes
1
answer
1k
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
1
answer
202
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) ...
1
vote
1
answer
1k
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
1
answer
935
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.
...