[Workaround] Plugin does not work because of deprecated jquery code
-
For thos who load a custom version of jQuery this plugin no longer works.
I managed to get it working by changing the following:in default.js I change the .live() methode to .on()
in jquery.simplemodal.js I changed all instances of the .browser method with ‘false’Or alternatively you can load the jQuery Migrate plugin (WordPress does this by default)(https://github.com/jquery/jquery-migrate/#readme)
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘[Workaround] Plugin does not work because of deprecated jquery code’ is closed to new replies.