I like it
-
Thank you for free use this plugin.
Please fix it compatibily with WP5.5/JQuery migrate. The issue is:
users-ultra/admin/scripts/admin.js:26:36): jQuery.fn.live() is deprecated
[..]
“users-ultra/admin/scripts/admin.js:659:49): jQuery.fn.live() is deprecated”Recommends for fix:
$(‘.myButton’).live(‘click’, function)
replcae to:
$(‘#parentElement’).on(‘click’, ‘.myButton’, function)
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘I like it’ is closed to new replies.