Hello, how about I have a timepicker like this?
<div class = "col-lg-2 col-md-4 col-sm-4 col-xs-12" >
<input id="hora" size = "16" type = "text" value = "" />
<span class = "add-on" >
<i class = "icon-th" > </ i>
</ span>
</ div>
<script type="text/javascript" src="jquery.timepicker.js"></script>
<script type="text/javascript" src="lib/bootstrap-datepicker.js"></script>
<script type="text/javascript" src="lib/site.js"></script>
$(function () {
$('#hora').timepicker();
});
at the time of executing this I sent the following error timepciker is not function someone can support me Greetings.