Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sustainablepace/mobipick
Android-style datepicker widget for jQuery Mobile
https://github.com/sustainablepace/mobipick
Last synced: 3 months ago
JSON representation
Android-style datepicker widget for jQuery Mobile
- Host: GitHub
- URL: https://github.com/sustainablepace/mobipick
- Owner: sustainablepace
- License: mit
- Created: 2011-12-03T23:12:00.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2020-10-08T11:28:23.000Z (about 4 years ago)
- Last Synced: 2024-07-20T03:49:05.456Z (4 months ago)
- Language: JavaScript
- Homepage:
- Size: 388 KB
- Stars: 153
- Watchers: 13
- Forks: 84
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: MIT-license.txt
Awesome Lists containing this project
README
__THIS PROJECT IS NO LONGER MAINTAINED!__
Mobi Pick
=========Light-weight Android-style datepicker widget for jQuery Mobile. 3KB minified and gzipped.
Build status
------------
[![Build Status](https://travis-ci.org/sustainablepace/mobipick.png?branch=master)](https://travis-ci.org/sustainablepace/mobipick)Changelog
---------
### 0.9 ###
* refactored dialog to use the jQuery mobile popup widget### 0.8 ###
* updated to be compatible with jQuery mobile 1.3.0RC1, jQuery 1.9.1, XDate 0.7, Modernizr 2.6.2, QUnit 1.11.0 ([version 0.7 branch for compatibility with legacy versions exists](https://github.com/sustainablepace/mobipick/tree/jqm-1.0))### 0.7 ###
* [Issue #5](https://github.com/sustainablepace/mobipick/issues/5)
* new public method updateDateInput
* possible to set date to null### 0.6 ###
* set minDate/maxDate programmatically### 0.5 ###
* range picker support
* custom output format (boolean option intlStdDate)
* set default date programmatically (String|Date|XDate option date)
* [Issue #4](https://github.com/sustainablepace/mobipick/issues/4)### 0.4 ###
* IE7 support
* picker closes on Escape keyup### 0.3 ###
* added accuracy option for month and year pickers
### 0.2 ###
* changed css class prefix from datepicker to mobipick
### 0.1 ###
* initial version