Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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