2017 © Pedro Peláez
 

library timingfield

A jquery plugin to transform a timestamp field into an hours/minutes/seconds selector.

image

grimmlink/timingfield

A jquery plugin to transform a timestamp field into an hours/minutes/seconds selector.

  • Monday, May 14, 2018
  • by grimmlink
  • Repository
  • 1 Watchers
  • 1 Stars
  • 89 Installations
  • JavaScript
  • 0 Dependents
  • 0 Suggesters
  • 3 Forks
  • 0 Open issues
  • 2 Versions
  • 1 % Grown

The README.md

TimingField

A jquery plugin to transform a timestamp field into an hours/minutes/seconds selector., (*1)

Requirements

  • jQuery
  • Twitter Bootstrap

Installation

Installation with composer :, (*2)

    ...
    "require": {
        ...
        "grimmlink/timingfield": "1.1",
        ...
    },
    ...

Configuration

This is the current available configuration :, (*3)

$.fn.timingfield.defaults = {
    maxHour:        23
    width:          263,
    hoursText:      'H',
    minutesText:    'M',
    secondsText:    'S',
    hasSeconds:     true
};

Usage

...
$('.timestamp').timingfield();
...

The Versions

14/05 2018

dev-master

9999999-dev https://github.com/grimmlink/TimingField

A jquery plugin to transform a timestamp field into an hours/minutes/seconds selector.

  Sources   Download

MIT

The Requires

 

by Guillaume FREMONT

26/05 2015

1.0

1.0.0.0 https://github.com/grimmlink/TimingField

A jquery plugin to transform a timestamp field into an hours/minutes/seconds selector.

  Sources   Download

MIT

The Requires

 

by Guillaume FREMONT