Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98350d1 commit f37d826Copy full SHA for f37d826
demo/index.html
@@ -10,14 +10,14 @@
10
<body>
11
<div class="container">
12
<div class="col-md-12 well">
13
- <div class="input-append bootstrap-timepicker">
+ <div class="input-group bootstrap-timepicker">
14
<input id="timepicker1" type="text" class="input-small">
15
- <span class="add-on"><i class="glyphicon glyphicon-time"></i></span>
+ <span class="input-group-addon"><i class="glyphicon glyphicon-time"></i></span>
16
</div>
17
18
19
<script type="text/javascript">
20
$('#timepicker1').timepicker();
21
</script>
22
</body>
23
-</html>
+</html>
0 commit comments