All Questions
Tagged with jquery-ui-datepicker jquery-mobile
27 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 ...
0
votes
1
answer
523
views
jQuery Mobile - Datepicker value in html table
I have the following code for datepicker which is taking today's date by default but the user is free to change it.
<script>
$(function() {
//var datepicker =
$( "#...
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
34
views
JQuery Mobile Datepicker, restrict date based on another datepicker
I am trying to setup a booking form with 2 datepickers, one is checkin the other one is checkout.
I have no problem having 2 datepickers functional with the mobile style independantly
I have no ...
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
1
answer
2k
views
jQuery UI datepicker and mobile "wrapper"
I have tried to use mobile "wrapper" for jQuery UI datepicker based on that page
Working code (part of Wordress template) looks like:
Header:
<link type="text/css" href="/css/custom-theme/jquery-...
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
vote
2
answers
2k
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 ...