third-party: added timepicker addon needed for scheduler
[myslice.git] / third-party / timepicker-addon-1.2 / README.md
1 jQuery Timepicker Addon
2 =======================
3
4 About
5 -----
6 - Author: [Trent Richardson](http://trentrichardson.com)
7 - Documentation: [http://trentrichardson.com/examples/timepicker/](http://trentrichardson.com/examples/timepicker/)
8 - Twitter: [@practicalweb](http://twitter.com/practicalweb)
9
10 Use
11 ---
12 - To use this plugin you must include jQuery and jQuery UI with datepicker and slider
13 - Include timepicker-addon script
14 - now use timepicker with $('#selector').datetimepicker() or $('#selector').timepicker()
15
16 Contributing Code - Please Read!
17 --------------------------------
18 - All code contributions and bug reports are much appreciated.
19 - Please be sure to apply your fixes to the "dev" branch.
20 - Also note tabs are appreciated over spaces.