Time Selection Popover jQuery Timepicker - Download Tiny Time Selection Popover Plugin With jQuery - Timepicker.js

Download Tiny Time Selection Popover Plugin With jQuery – Timepicker.js

Posted on

This time I will share jQuery Plugin and tutorial about Tiny Time Selection Popover Plugin With jQuery – Timepicker.js, hope it will help you in programming stack.

Time Selection Popover jQuery Timepicker - Download Tiny Time Selection Popover Plugin With jQuery - Timepicker.js

File Size: 29.1 KB
Views Total: 12978
Last Update:
Publish Date:
Official Website: Go to website
License: MIT
   

A simple, clean, mobile-friendly jQuer time picker plugin which allows the users to select hours and minutes in a popover using mouse and finger.

View more:

How to use it:

1. To use this time picker, just include the following JavaScript and CSS files into the html file:

2 <link rel="stylesheet" href="dist/css/timepicker.css">
3 <script src="dist/js/timepicker.js"></script>

2. And then call the plugin on the input field and we’re done.

1 <input type="text">
1 $('input').timepicker();

Change log:

2017-07-05

  • Code improvement

This awesome jQuery plugin is developed by waanhappy. For more Advanced Usages, please check the demo page or visit the official website.

source : jqueryscript.net