You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using the daterangepicker (last version) in a Grails application. This library has been added to a main JS file, named as application.js. This file is used by Asset Pipeline plugin and requires jQuery and moment before using daterangepicker. This file is also loaded in the bottom of the page.
When the main view of the app is loaded, this error is thrown, when you clicked in some page area:
jquery.daterangepicker.js?compile=false:5565 Uncaught TypeError: Cannot read property 'contains' of undefined
at IsOwnDatePickerClicked (jquery.daterangepicker.js?compile=false:5565)
at HTMLDocument.outsideClickClose (jquery.daterangepicker.js?compile=false:7113)
at HTMLDocument.dispatch (jquery-2.2.0.min.js?compile=false:3)
at HTMLDocument.r.handle (jquery-2.2.0.min.js?compile=false:3)
Maybe is a problem in load order or something similar.
Any help is appreciate :)
Thank you.
Regards,
Miguel.
The text was updated successfully, but these errors were encountered:
Hello all,
I'm using the daterangepicker (last version) in a Grails application. This library has been added to a main JS file, named as
application.js
. This file is used by Asset Pipeline plugin and requires jQuery and moment before using daterangepicker. This file is also loaded in the bottom of the page.When the main view of the app is loaded, this error is thrown, when you clicked in some page area:
Maybe is a problem in load order or something similar.
Any help is appreciate :)
Thank you.
Regards,
Miguel.
The text was updated successfully, but these errors were encountered: