https://github.com/yeojz/rangepicker-js
Rangepicker extension for jQuery UI Datepicker
https://github.com/yeojz/rangepicker-js
Last synced: 5 months ago
JSON representation
Rangepicker extension for jQuery UI Datepicker
- Host: GitHub
- URL: https://github.com/yeojz/rangepicker-js
- Owner: yeojz
- Created: 2013-11-10T12:49:56.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2013-11-18T22:37:58.000Z (almost 12 years ago)
- Last Synced: 2024-12-25T21:09:43.338Z (10 months ago)
- Language: JavaScript
- Homepage:
- Size: 512 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Rangepicker for jQuery UI
=======================About
-----
Rangepicker is a wrapper/extension to provide for range selection within jQuery UI's datepicker.Usage
---**To initialise:**
$("#elem").rangepicker();
**Options**
$("#elem").rangepicker({
datepicker: {
numberOfMonths: [3,4],
},
periodToggle: [false, false]
});**Accessing dates**
All dates are kept within the singleton class of $.rangepicker.
To access the collection of dates across the page:
$.rangepicker.getCollection("elem");
where `elem` is the id of the elementScreenshot
---
Acknowledgements
---
Calendar Icon: "Icon made by Freepik from Flaticon.com"