BruceHill/EasyTimepicker
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
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.