-
Notifications
You must be signed in to change notification settings - Fork 5.3k
Closed as not planned
Labels
Description
jquery-migrate-3.5.0 warns of the usage of the subsequent deprecated code in the minified version of jquery-ui
(the links have been obscured for privacy consideration):
JQMIGRATE: jQuery.expr[':'] is deprecated; use jQuery.expr.pseudos [jquery-migrate-3.5.0.js:136:12](https://****/jquery-migrate-3.5.0.js)
console.trace() [jquery-migrate-3.5.0.js:138:13](https://***/jquery-migrate-3.5.0.js)
jQuery 5
JQMIGRATE: jQuery.fn.mouseup() event shorthand is deprecated [jquery-migrate-3.5.0.js:136:12](https://****/jquery-migrate-3.5.0.js)
console.trace() [jquery-migrate-3.5.0.js:138:13](https://****/jquery-migrate-3.5.0.js)
jQuery 5
JQMIGRATE: jQuery.isFunction() is deprecated [jquery-migrate-3.5.0.js:136:12](https://****/jquery-migrate-3.5.0.js)
console.trace() [jquery-migrate-3.5.0.js:138:13](https://****/jquery-migrate-3.5.0.js)
jQuery 8
JQMIGRATE: jQuery.fn.delegate() is deprecated [jquery-migrate-3.5.0.js:136:12](https://****/jquery-migrate-3.5.0.js)
console.trace() [jquery-migrate-3.5.0.js:138:13](https://****/jquery-migrate-3.5.0.js)
jQuery 7
JQMIGRATE: jQuery.fn.mousedown() event shorthand is deprecated [jquery-migrate-3.5.0.js:136:12](https://****/jquery-migrate-3.5.0.js)
console.trace() [jquery-migrate-3.5.0.js:138:13](https://****/jquery-migrate-3.5.0.js)
jQuery 3
<anonymous> https://****####
jQuery 13
JQMIGRATE: jQuery.fn.unbind() is deprecated [jquery-migrate-3.5.0.js:136:12](https://****/jquery-migrate-3.5.0.js)
console.trace() [jquery-migrate-3.5.0.js:138:13](https://****/jquery-migrate-3.5.0.js)
jQuery 9
<anonymous> https://****####
jQuery 13
JQMIGRATE: jQuery.fn.focus() event shorthand is deprecated [jquery-migrate-3.5.0.js:136:12](https://****/jquery-migrate-3.5.0.js)
console.trace() [jquery-migrate-3.5.0.js:138:13](https://****/jquery-migrate-3.5.0.js)
jQuery 10
<anonymous> https://****####
jQuery 13
JQMIGRATE: jQuery.fn.keydown() event shorthand is deprecated [jquery-migrate-3.5.0.js:136:12](https://****/jquery-migrate-3.5.0.js)
console.trace() [jquery-migrate-3.5.0.js:138:13](https://****/jquery-migrate-3.5.0.js)
jQuery 8
<anonymous> https://****####
jQuery 13
JQMIGRATE: jQuery.fn.keypress() event shorthand is deprecated [jquery-migrate-3.5.0.js:136:12](https://****/jquery-migrate-3.5.0.js)
console.trace() [jquery-migrate-3.5.0.js:138:13](https://****/jquery-migrate-3.5.0.js)
jQuery 8
<anonymous> https://****####
jQuery 13
JQMIGRATE: jQuery.fn.keyup() event shorthand is deprecated [jquery-migrate-3.5.0.js:136:12](https://****/jquery-migrate-3.5.0.js)
console.trace() [jquery-migrate-3.5.0.js:138:13](https://****/jquery-migrate-3.5.0.js)
jQuery 8
<anonymous> https://****####
jQuery 13
Notice that when running this with the non-minified version no warning is issued.