Forums
Forums / Fixing WordPress / Save button not working
(@ashu14)
5 years, 8 months ago
I found an Uncaught TypeError: $(…).off(…).live is not a function in jquery.js?ver=1.12.4-wp file. How to fix this error?
Thanks
(@phptechie)
Hi,
.live() is deprecated in older version(1.7) of jQuery, so you need to use .on()
Hi @phptechie , Thanks for your quick reply.
Please let me know, how to do this?
(@sterndata)
Volunteer Forum Moderator
Please try installing https://wordpress.org/plugins/enable-jquery-migrate-helper/ to see if that fixes the issue.
For more information on what this is all about, see https://wptavern.com/major-jquery-changes-on-the-way-for-wordpress-5-5-and-beyond
If the plugin helps, please contact the developers of the plugins or themes noted in its admin messages.
Please do not create duplicate topics. Thanks.
The topic ‘Save button not working’ is closed to new replies.