Skip to content

ulywae/TimeDropper

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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
    

About

A jQuery plugin for fast visual and interactive time entry.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 48.5%
  • CSS 42.7%
  • HTML 8.8%