Skip to content

szanata/Time-Mask

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jQuery.timeMask plugin

Changelog

  • version 1.1:

    • Fixed: all input nodes was receiving the value of the first when the plugin was initiated
    • Added: minified version
  • version 1:

    • values accepted on the field must match HH:mm format
    • handle paste on field
    • handle drop value on field
    • handle input

Description

This plugin provides a time mask to input fields. The mask always is in 24 hours format: HH:mm.

Compatible browsers:

  • Opera 10+ (Old versions not tested)
  • Chrome 4+
  • Firefox 2+
  • IE 5.5+
  • Safari 4+ (Old versions not tested)

Usage

The usage is simple:

  $('your selector').timeMask();

About

time mask: as simple as can be!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors