-
Hi thanks for this plugin.
Is there anyway to use this on the page without the textinput?
-
I am creating a multi-page app, which loads subsequent pages with the option {changeHash: false}, e.g.:
$.mobile.changePage("dpform.html", {changeHash: false});
If datepicker covers the whole screen…
-
Some ways of server generations code are poorly suited to passing an object to data-options. Instead, also support data-{namespace-}option-\* e.g data-option-dateformat="%-m/%-d/%y". Need feedback o…
-
I send a data to datebox like:< a href="inputmenu.php?id='2012-02-09'"
and on the new page get this id
< input data-options='{"mode":"calbox", "defaultDate":""}' type="date" data-role="datebox" na…
-
It looks like an event (blur or change) that was bound to my text input gets removed when that input is given a datebox data-role and converted to a datebox.
My data-options are:
{"mode": "calbox", "…
-
Manually entering a 2 digit date (02/25/12) using slashes, then opening the datebox shows year 1912.
If I change the dateFormat to MM/DD/YYYY (using slashes), I'm getting the same effect as mentioned…
-
I just ran into an issue where the datebox is no longer opening as a modal popup in the default Android 2.2 browser. It seems to work fine in desktop webkit browsers, but not in Android. I have the us…
-
Hello!
I got the following error opening a calendar from a link when I use the calbox mode
``` html
```
j.setButton.find is not a function
http://dev.jtsage.com/cdn/datebox/latest/jquery.mobile.d…
-
Hi there,
When i just add to my html
I get the following error in my console
"Uncaught TypeError: Cannot call method 'parent' of undefined"
The line where it is going wrong is this:
enable: functi…
-
Hi
Using Date and Time Picker plugin for jQueryMobile, at:
http://dev.jtsage.com/jQM-DateBox/
Using Events:
http://dev.jtsage.com/jQM-DateBox/#/jQM-DateBox/demos/api/events.html
I tried intercept th…