Adds a timepicker to jQueryUI Datepicker
Find a file
doublerebel b35a403218 Created _newInst fn to create 1 Timepicker per input when called on a jQuery collection
Fixed $buttonPanel typo
Consolidated .timepicker(), .datetimepicker() fns by using .apply()
Fixed == to === when comparing null and undefined in extendRemove fn (thanks JSLint!)
2010-11-18 12:14:46 -08:00
jquery-ui-timepicker-addon.js Created _newInst fn to create 1 Timepicker per input when called on a jQuery collection 2010-11-18 12:14:46 -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()