ClementRoy / jquery-mobile-datepicker-wrapper

Wrapper to turn jquery ui datepicker into a mobile widget.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

jquery-mobile-datepicker-wrapper

Wrapper to turn jquery ui datepicker into a mobile widget.

This take 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/938/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/

About

Wrapper to turn jquery ui datepicker into a mobile widget.

License:MIT License


Languages

Language:JavaScript 80.8%Language:CSS 19.2%