Skip to content

Latest commit

 

History

History
57 lines (46 loc) · 2.04 KB

File metadata and controls

57 lines (46 loc) · 2.04 KB

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

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 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