bootstrap-select compatibility with Jquery version 3 or more

Created on 11 Oct 2017  路  5Comments  路  Source: snapappointments/bootstrap-select

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

Most helpful comment

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).

All 5 comments

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

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).

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

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

Released in v1.13.6!

Was this page helpful?
0 / 5 - 0 ratings

Related issues

james-yun picture james-yun  路  3Comments

Khrysller picture Khrysller  路  3Comments

edwolfe807 picture edwolfe807  路  3Comments

qiyuan4f picture qiyuan4f  路  4Comments

Godrules500 picture Godrules500  路  4Comments