Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bootstrap-select compatibility with Jquery version 3 or more #1832

Closed
maheshparadkar opened this issue Oct 11, 2017 · 5 comments
Closed

bootstrap-select compatibility with Jquery version 3 or more #1832

maheshparadkar opened this issue Oct 11, 2017 · 5 comments

Comments

@maheshparadkar
Copy link

I am trying bootstrap select with Jquery latest version 3 it seems its not working properly is there any solution for that or release new version for that

@bartclaeys
Copy link

I confirm that is does work perfectly with jQuery 3x.

@beerlander
Copy link

Even the latest version of bootstrap-select is still using fn.change() and fn.click() event shorthands in its js that are deprecated in jQuery 3.x (enabling jQuery migrate plugin will point that out).

@mattfeury
Copy link

mattfeury commented Jul 23, 2018

yup these functions (.click and .change) are deprecated and should probably be replaced
https://github.com/jquery/jquery-migrate/blob/master/warnings.md#jqmigrate-jqueryfnclick-event-shorthand-is-deprecated

@garima2094
Copy link

I also tried bootstrap select with jquery3, and the Bootstrap select plugin is not working properly. is there any solution available?

@caseyjhol
Copy link
Member

Released in v1.13.6!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants