Ads

Tuesday 23 September 2014

Timepicki - free Time picker jquery plugin

Download   Demo


This is jquery plugin for  Time picker it is simple and clean timepicker so user can understand to set time for your project in input forms.


Reason to make : I have tried to search set timepicker for one of the form page, this type of timepicker only on boostrap framework as bootsstrap-timepicker, but if we use that plugin then also need to use bootstrap css and js, so that will conflict our own code css and some time make js conflict issue, that why i make it simple, so you can use easily with jquery library 1.x and 2.x too, if you find any issue or need any additional features in this plugin , kindly reach me on my mail(I mentioned on bottom of the page)



1. INCLUDE CSS AND JS FILES


<link rel="stylesheet" type="text/css" href="css/timepicki.css">
<script src="js/jquery.js"></script>
<script src="js/timepicki.js"></script>

2. HTML


<input type="text" name="timepicker" class="time_element"/>

3. JAVASCRIPT


$(document).ready(function()
$(".time_element").js/timepicki();
);



Timepicki - free Time picker jquery plugin

No comments:

Post a Comment