timedropper-ex
v1.4.4
Published
TimeDropper-Ex is a jQuery plugin for fast visual and interactive time entry.
Downloads
3
Maintainers
Readme
TimeDropper-Ex
TimeDropper-Ex is a jQuery plugin for fast visual and interactive time entry.
It is nearly complete rewrite of the original TimeDropper.
New features:
- Robust internal time keeping logics, accurate to second level
- Improved UI visual experiences and interactive control experiences
- React to window scrolling and resizing, maintain widget visibility
- Localized interface with automatic language detection
- Localized time formatting, based on MomentJS
- Modularized for use with or without input control
- Fully support event driven inter-operations with other components
- For interactive date (range) entry, please try DateRange-Picker-Ex
- For comprehensive datetime range entry, please try DateTimeRanger
- Fully support event driven inter-operations with other components
Documentation & Demo
License
This project is released under MIT LICENSE
Setup for development
Install node.js
Update npm to latest version
npm install -g npm
Install gulp v3.9.1 (global install)
npm install -g [email protected]
Clone this project
git clone https://github.com/Adam5Wu/TimeDropper-Ex.git cd DateRange-Picker-Ex
Install local dependencies
npm install
Build minified sources
gulp