jQuery live() function deprecated
-
Your plugin seems great. Haven’t tested it fully yet though…
But the first thing I ran into was that it broke my site, since the plugin uses the jQuery function
.live()
in the file easy-payment-admin.js.
You should really replace that since the function has been deprecated since jQuery 1.9.I got it working by simply doing a search and replace in the file for
.live()
to.on()
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘jQuery live() function deprecated’ is closed to new replies.