jquery.reveal.js: uses jQuery.live(), which no longer exists
Hello, all,
I am tasked with upgrading old versions of jQuery to v3.5.1. I've had some success, but my next attempt has me a bit baffled, so I'm here to ask for ideas.
One sub-section of this project, the developer (no longer here) used something called jquery.reveal.js. It is attempting to make a call to a .live() function that has been deprecated. Now, I've read online where .live() can be replaced with .on(), but due to .on() having different arguments, you can't just swap it out without some modification. Well, none of the developer code contains .live() that I've found (so far); but the jquery.reveal.js file does. I'm leery about editing the library file - I believe bad things can happen when one goes about tinkering with someone else's baby.
So, what do you guys think should be my next step? Looking at the Reveal site, Reveal hasn't been updated since 2011, so there's no route, there.
V/r,
^ _ ^
