Jonathan Arbely

Results 11 comments of Jonathan Arbely

Hey, if you have question, I would recommend the [official Slack channel](https://thinksterpro.slack.com/) to you (pro subscription required). If you don't have access, then I'd recommend checking your Firebase .config object....

@niallobrien As stated he simply used the code from the master branch instead of the release.

jQuery v3.2.1 works fine for me

If it's not described over at the [documentation](http://longbill.github.io/jquery-date-range-picker/), then probably not.

Check out 'Events' in the [documentation](http://longbill.github.io/jquery-date-range-picker/).

+1 Also have encounterd this problem with jquery v1.9.1, moment-with-locales 2.18.1 and plugin v0.14.4

**Fixed** by removing lang() from line 45 and hardcoding the string it contains to the preffered language. Now line 44 through 46 of the config file look like this: `hoveringTooltip:...

Hey @holtkamp, I'll try my best to get it done today. 👍 Edit: Will do it asap

This is already implemented. In the config, add: ``` { showShortcuts: true, shortcuts : { 'next': ['year'] } } ``` See "Use future date shortcuts:" at the [documentation](http://longbill.github.io/jquery-date-range-picker/).

Be aware that you would need `"connect-modrewrite": "~0.10.2" && "gulp-connect": "~5.2.0"` for this to work. Would love to see this natively implemented into gulp-connect.