Extension is using outdated jQuery
-
Hello, I have noticed the extension is using outdated jQuery code.
$j( document ).on( 'ready', function() {should be replaced by:
$j( document ).ready( function() {The former has been deprecated for a long time:
There is also $(document).on( "ready", handler ), deprecated as of jQuery 1.8 and removed in jQuery 3.0.Please fix 🙂
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Extension is using outdated jQuery’ is closed to new replies.
