Skip to content

BruceHill/EasyTimepicker

Repository files navigation

EasyTimepicker for jQuery Mobile v0.1

Automates the substitution of <input type="time"> html elements in jQuery Mobile pages with select elements  having time values separated by a specified interval. Selection of values in timepickers are propogated back to the underlying input elements, and updates of input elements with the jQuery val()  method result in the selection of the closest time entry in the corresponding select element.

USAGE:

To use the EasyTimepicker in your jQuery Mobile project, simply include the two files, jquery.easytimepicker.js and jquery.easytimepicker.mobile.js after the the inserts for jQuery and jQuery Mobile. Once these files are included, define the timepickers by means of <input type="time">  elements in your jQuery Mobile pages.

LICENSE:

Copyright (c) 2011 Bruce Hill

Dual licensed under the MIT and GPL licenses. 
See documents MIT-LICENSE.txt and GPL-LICENSE.txt for details.

About

No description, website, or topics provided.

Resources

License

GPL-2.0, MIT licenses found

Licenses found

GPL-2.0
GPL-LICENSE.txt
MIT
MIT-LICENSE.txt

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published