Skip to content

senthilraj/TimePicki

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
css
December 26, 2014 23:22
v2
December 14, 2014 12:12
up
September 25, 2014 12:15
December 14, 2014 02:56
September 23, 2020 13:32
December 14, 2014 02:56
December 14, 2014 03:07
June 24, 2016 17:28
December 26, 2014 23:22
December 26, 2014 23:22
seo
December 21, 2014 11:35
seo
December 21, 2014 11:35
December 16, 2014 00:33
seo
December 21, 2014 11:35
December 26, 2014 23:22
December 26, 2014 23:22
December 14, 2014 02:56
December 14, 2014 02:56

TimePicki

Timepicki - free Time picker jquery plugin, 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)

How to use

  • 1)Include jquery plugin and TimePicki Plugin
  • 2)call Timepicki function with input element selector
<script src="js/jquery.js"></script>
<script src="js/timepicki.js"></script>
<script>
  $(document).ready(function(){
    $(".time_element").timepicki();
  });
</script>
  • 3)put html code in body tag like below:
<input type="text" name="timepicker" class="time_element"/>
  • 4)also put css fiel
<link rel="stylesheet" type="text/css" href="css/timepicki.css">

features and options

if you need to know about timepicki features and options to Click here

Demo

###Click to see Demo

Download

Download Timepicki zip archive

About me

I am senthil and I am 7+ years Frontend developer. I am building innovative applications, any doubts on TimePicki plugin or add addtional feature in this plugin feel free to catch me on Mail: senthil2rajan@gmail.com

Website: http://senthilraj.github.io/resume/

Add your Website

if you are using our plugin, we will add in here as plugin users with website link, so kindly send me your website link to this MailId : senthil2rajan@gmail.com

Thanks