jquery-mobile-datepicker-wrapper
jquery-mobile-datepicker-wrapper copied to clipboard
Wrapper to turn jquery ui datepicker into a mobile widget.
Is this wrapper compatible with the newest versions of jquery? In the demo it throws: `TypeError: $.event.props is undefined`
Due to the fact that by default you catch onSelect, change and input events it seems I can't attach a handler to any event in order to know when the...
http://api.jqueryui.com/jQuery.widget/#method-_setOption I believe this is broken without this fix
Hi, I am trying to use $.date but not working so I had to use $.datepicker instead
In the _create method a this.calendar reference was used but this is always undefined because the calendar local variable is used. Just replaced it with the variable.
Example here: http://jsbin.com/indrimuska/63/edit
I'm looking at using the wrapper, but am wondering if this is what the end-result is meant to look like? This is a screenshot from the demo page (http://jsbin.com/uzaret/1375/edit) viewed...
Here shows the different behavior when inline and non-line date-picker parse default value '01/30/2015'. http://jsbin.com/zisega/1/edit
GitHub example code has issue with days grid on media size 480 (an old Android or iPhone device). Is cutting of on Friday no matter what for inline display
The popup datepicker positions itself behind checkboxes. Seems that this should be fixable by forcing a higher z-index on the datepicker div. But maybe there is a better way already...