ordersprinter/webapp/php/3rdparty/jquerymobiledatepicker
Geno 453427da71 OrderSprinter 1.1.0 2020-11-19 22:47:44 +01:00
..
external/jquery-ui OrderSprinter 1.1.0 2020-11-19 22:47:44 +01:00
LICENSE OrderSprinter 1.1.0 2020-11-19 22:47:44 +01:00
README.md OrderSprinter 1.1.0 2020-11-19 22:47:44 +01:00
index.html OrderSprinter 1.1.0 2020-11-19 22:47:44 +01:00
jquery.mobile.datepicker.css OrderSprinter 1.1.0 2020-11-19 22:47:44 +01:00
jquery.mobile.datepicker.js OrderSprinter 1.1.0 2020-11-19 22:47:44 +01:00
jquery.mobile.datepicker.theme.css OrderSprinter 1.1.0 2020-11-19 22:47:44 +01:00
mobile-datepicker-wrapper.jquery.json OrderSprinter 1.1.0 2020-11-19 22:47:44 +01:00
package.json OrderSprinter 1.1.0 2020-11-19 22:47:44 +01:00
theme-template.css OrderSprinter 1.1.0 2020-11-19 22:47:44 +01:00

README.md

jquery-mobile-datepicker-wrapper

Wrapper to turn jquery ui datepicker into a mobile widget.

This takes the jQuery ui datepicker and turns it into a fully functional jquery mobile widget. This includes auto initalization via data-role="date" and reading of options from data-attributes. For example usage please see http://jsbin.com/uzaret/1375/edit

  • Compatible with jQuery Mobile 1.4+

  • Please note: this widget is called date not datepicker so when calling methods you must use $(element).date("method"); other then this all jquery ui functionality is the same and you can see jquery ui api for usage http://api.jqueryui.com/datepicker/