简体   繁体   中英

jQuery timepicker slider not working after upgrading jQuery to 1.11.1

We just upgraded the jquery version in our application. After upgrade, slider in time picker stopped working.

The error I get is

Error: TypeError: e is undefined
Source File: jquery.js line 338 > eval

Please help.

As of jQuery 1.9, the old deprecated $.browser function was removed, and perhaps other deprecated functions as well. Many errors about jQuery 1.9 upgrade are related to this. Does the console throws an error related to $.browser ?

Either keep an older jQuery version (up to 1.8.3), or use the "jQuery Migrate" plugin which will add the $.browser support.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM