Skip to content
This repository has been archived by the owner on Nov 30, 2018. It is now read-only.

dmuy/DTimepicker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DTimepicker

A simple JQuery timepicker plugin.

How to use:

First put a reference to timepicker.min.js and timepicker.css in your html.

<link rel="stylesheet" type="text/css" href="js/timepicker/timepicker.css">
<script type="text/javascript" src="js/timepicker/timepicker.min.js"></script>

In your html markup, like what is shown below, create input element. Note: Make sure to have a reference to the element by using id or class.

<input id='mytimeicker' type='text'/>

In your javascript code, call the .timepicker() function, as shown below.

$('#mytimeicker').timepicker();

About

JQuery timepicker plugin

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published