1.4.4 • Published 7 years ago

timedropper-ex v1.4.4

Weekly downloads
5
License
MIT
Repository
github
Last release
7 years ago

TimeDropper-Ex

GitHub issues GitHub forks License Bower version NPM version

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

Documentation & Demo

License

This project is released under MIT LICENSE

Setup for development

  • Install node.js Ubuntu/Mac Windows
  • Update npm to latest version
    	```
    	npm install -g npm
    	```
  • Install gulp v3.9.1 (global install)
    	```
    	npm install -g gulp@3.9.1
    	```
  • 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
    	```