Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 401 Bytes

readme.md

File metadata and controls

9 lines (5 loc) · 401 Bytes

Duratn

Duratn is a simple jQuery plugin that presents the user with a simple days, hours and minutes method for selecting a duration which is then aggregated into minutes for the application.

Usage

Apply to the selected element. The selected element is hidden and used as a store for the aggregated minutes value of the added days, hours and minutes elements.

$("selector").duratn();