Skip to content

Commit 56643ca

Browse files
Nico RitscheNico Ritsche
authored andcommitted
readme
1 parent c176fc4 commit 56643ca

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,14 @@ jQuery Timepicker Addon
33
-To use this plugin you must include jQuery and jQuery UI with datepicker and slider
44
-Include timepicker-addon script
55
-now use timepicker with $('#selector').datetimepicker() or $('#selector').timepicker()
6+
7+
-To get a days - hours - minutes duration picker do $('#selector').timepicker_with_days() and add this CSS:
8+
9+
.ui-datepicker-buttonpane{ display: none; }
10+
11+
.ui-datepicker {
12+
width: 300px;
13+
padding: 8px 7px 8px;
14+
height: 55px;
15+
margin-top: 5px;
16+
}

0 commit comments

Comments
 (0)