Fix jQuery deprecations
-
Hi there
Will there be a release which fixes the jQuery deprecations that jQuery Migrate is reporting?
E.g:
JQMIGRATE: jQuery.trim is deprecated; use String.prototype.trim JQMIGRATE: jQuery.fn.hover() is deprecated JQMIGRATE: jQuery.fn.unbind() is deprecated JQMIGRATE: jQuery.fn.bind() is deprecated JQMIGRATE: jQuery.fn.click() event shorthand is deprecated JQMIGRATE: jQuery.fn.resize() event shorthand is deprecated
It seems a lot of these can be easily resolved by using .on() and .off()
Cheers
Jamie
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Fix jQuery deprecations’ is closed to new replies.