JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 150
  • Score
    100M100P100Q93301F
  • License MIT

jQuery Date Range Picker is a jQuery plugin that allows user to select a date range. Modification for hotel booking system

Package Exports

  • jquery-date-range-picker-maklai

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (jquery-date-range-picker-maklai) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

jQuery Date Range Picker Plugin

CDNJS Bower Version License

jQuery Date Range Picker is a jQuery plugin that allows a user to select a date range.

  • Requires jQuery 1.7+, Moment 2.8.1+
  • Supports IE7+, Firefox, Chrome, Safari and other standard HTML5 browsers
  • Supports multi-language
  • Fully CSS styled

Documentation & Demo

Documentation and demonstrations can be found here: https://longbill.github.io/jquery-date-range-picker

screenshot

Setup on development machine

npm install -g npm
  • Install gulp v3.9.1 (global install)
npm install -g gulp@3.9.1
  • Clone this project
git clone https://github.com/longbill/jquery-date-range-picker.git
cd jquery-date-range-picker
  • Install local dependencies
npm install
  • Generate new minified (dist) files by reading from the src folder
gulp
npm version <patch|minor|major>

Change log

License

This date range picker plugin is under MIT LICENSE