daterangepicker icon indicating copy to clipboard operation
daterangepicker copied to clipboard

daterangepicker with RequireJS

Open dlichten opened this issue 9 years ago • 4 comments

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?

dlichten avatar Jun 22 '16 23:06 dlichten

+1

dachev avatar Nov 03 '16 14:11 dachev

+1

sujith84 avatar May 04 '17 10:05 sujith84

Any updates on this? ^^

mrshawn191 avatar Jun 08 '17 08:06 mrshawn191

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

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

domestos99 avatar May 28 '21 09:05 domestos99