sensortower / daterangepicker

Date range picker component for the modern web
https://sensortower.github.io/daterangepicker/
MIT License
303 stars 105 forks source link

daterangepicker with RequireJS #16

Open dlichten opened 8 years ago

dlichten commented 8 years ago

We're using RiotJS as our framework with RequireJS and can't seem to get this to initialize with jQuery. Does this library support RequireJS?

dachev commented 7 years ago

+1

sujith84 commented 7 years ago

+1

mrshawn191 commented 7 years ago

Any updates on this? ^^

domestos99 commented 3 years ago

I may have a solution...in daterangepicker.js add define at the beginning

define(['jquery', 'knockout', 'moment'], function($, ko, moment) {