60b5c67216
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! |
||
---|---|---|
jquery-ui-timepicker-addon.js | ||
README |
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()