kartik-v / yii2-date-range

A Date Range Picker for Bootstrap useful for reports and filtering.
http://demos.krajee.com/date-range
Other
93 stars 81 forks source link

Not working with jquery 3.* #127

Closed loveorigami closed 6 years ago

loveorigami commented 6 years ago

This plugin not working with jquery 3.*

amankograver commented 6 years ago

@loveorigami hi, do you have problems with mark up?

amankograver commented 6 years ago

@loveorigami i'm use jquery 3.2.1, but with this option in composer.json it works: "kartik-v/yii2-date-range": "v1.6.6" if i use it "kartik-v/yii2-date-range": "dev-master" i have problems with mark up without js errors

loveorigami commented 6 years ago

Yes, I use "kartik-v/yii2-date-range": "dev-master" and widget work fine with jquery 2.2

002

And not displayed in jquery 3.

003

Thanks, I am trying your solutions, but will be better if it works with "kartik-v/yii2-date-range": "dev-master"

amankograver commented 6 years ago

@loveorigami so wait for vendors answer

kartik-v commented 6 years ago

Not sure can reproduce. The docs and demos pages does run on jQuery 3.x - where you can see everything works fine. Ensure you have the updated version of the extension with latest/updated dependencies.

loveorigami commented 6 years ago

How version yii2-date-range on demo-pages? @amankograver wrote

i'm use jquery 3.2.1, but with this option in composer.json it works: "kartik-v/yii2-date-range": "v1.6.6" if i use it "kartik-v/yii2-date-range": "dev-master" i have problems with mark up without js errors

loveorigami commented 6 years ago

I am now update with v. 1.7.0 - not worked!