Adds a timepicker to jQueryUI Datepicker
Go to file
doublerebel 60b5c67216 Change from mixed Functional and OO style to primarily OO-style
Changed syntax and coding style to better fit jQuery UI's practices
Reformatted line breaks, braces, and spacing for consistency
Renamed variables and functions for consistency, using _ to denote private vars/fns
Shortened variable declarations whenever possible
Improved efficiency of jQuery object calls
Now operates on jQuery collections instead of just single elements
Fixed incorrect parentheses in new _getDate fn
Various bugfixes and cleaning
JSLint-verified (braces are unnecessary for single-line statements where a semi-colon is used properly)
Provides exact same functionality but is over 2.6K smaller!
2010-11-15 13:57:09 -08:00
jquery-ui-timepicker-addon.js Change from mixed Functional and OO style to primarily OO-style 2010-11-15 13:57:09 -08:00
README Fixed undefined dp_inst.lastVal 2010-11-15 14:25:18 -05:00

jQuery Timepicker Addon

-To use this plugin you must include jQuery and jQuery UI with datepicker 
-Include timepicker-addon script
-now use timepicker with $('#selector').datetimepicker() or $('#selector').timepicker()