All Questions
6 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 ...
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 =
$( "#...
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 ...
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 ...
-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
1k
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 ...