
Are you looking for a Time plugin? If yes, TimeDropper is something you must try. This plugin converts an input field in a time picker. Clicking on this input opens a small interactive time picker.
There are also various animations and styles. You can read about these options here.
Installation
Installation is easy and same as you install any other plugin. Include the JS and CSS files of this plugin in your web page.
1 2 3 |
<script src="js/timedropper.js"></script> <link rel="stylesheet" type="text/css" href="js/timedropper.css"> |
Then you need to add an input field to capture the input and submit the value in the form.
1 |
<input type="text" id="alarm" /> |
The final step is the assigning of the input field to plugin to add the time picker.
1 |
<script>$( "#alarm" ).timeDropper();</script> |
advertisement
Hello Deepanker,
Here you shared great plugin for time. I don”t heard about time dropper plugin but today reading your above articles i will used in future for time. By the thanx for sharing great updates. Hope you will updates more as soon as possible.