Timedropper
A UI timepicker
Datedropper is a UI date picker that allows users to easily select a specific date from a calendar-like interface.
Link plugin library to your web page's resources
<head>
<!-- datedropper lib -->
<script src="datedropper-javascript.js"></script>
</head>
Initialize plugin on a page element
<input id="myInput">
<!-- datedropper init -->
<script>new dateDropper('#myInput');</script>
Link plugin library to your web page's resources
<head>
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js"></script>
<!-- datedropper -->
<script src="datedropper-jquery.js"></script>
</head>
Initialize plugin on a page element
<input id="myInput">
<!-- datedropper init -->
<script>$('#myInput').dateDropper();</script>
datedropper date picker displays a calendar-like small and large view, allowing users to easily browse through different months and years to select the desired date.
datedropper date picker allows users to select a range of dates, such as a start and end date for a trip or event.
datedropper date picker offers customizable date formats, allowing users to choose the format that best suits their needs.
datedropper datepicker can be displayed inline or as a pop-up dialog when a user clicks on a designated input field.
Navigate through DateDropper with ease using only your keyboard. Intuitive key bindings allow you to open the datepicker, move between dates, and make selections without needing a mouse or touch input.
Our datepicker is designed to manage focus effectively, ensuring a smooth and predictable user experience. As you interact with DateDropper, focus automatically moves to relevant elements, preventing confusion and creating a clear navigation path.
DateDropper intelligently adapts to its environment, ensuring the datepicker never appears off-screen or overlaps important content. This feature enhances usability and ensures accessibility by keeping the interface visually accessible at all times.
Full control over the alignment of the datepicker ensures it suits any layout. Whether aligned to the top, bottom, or sides, DateDropper accommodates varying interfaces and maintains its usability across devices.
Designed with assistive technologies in mind, DateDropper is fully compatible with screen readers. Each element is properly labeled and described, allowing visually impaired users to navigate and interact with the datepicker effortlessly.
This datepicker allows users to select the desired date by clicking on it. The selected date will then be displayed in the input field and can be used for any relevant purpose, such as booking a flight or making a reservation.
Version: 3.1.1
Version: 2.0.0
38.7k downloads 😍
A UI timepicker
A simple WYSIWYG editor
A save the date button