Hi. I’m trying to find the solution of a problem why Revolution Slider Events doesn’t work after update. I needed to downgrade back to 5.4.6.3.1 in order to get this example of event work.
revapi5.bind("revolution.slide.onloaded",function (e) {
console.log("slider loaded");
});
I got this error Uncaught TypeError: Cannot read property 'bind' of undefined
The strange problem is that in Firefox worked well, but Chrome and IE showed the above error.
What could cause this?
Thank you.