This question has already been answered:
Hello. There is a code:
document.getElementsByClassName('.slide-225').onclick = function() { var timer_metaslider_206 = function() { var slider = !window.jQuery ? window.setTimeout(timer_metaslider_206, 100) : !jQuery.isReady ? window.setTimeout(timer_metaslider_206, 1) : metaslider_206(window.jQuery); }; timer_metaslider_206(); }; You need to bind the click to the timer on the class, but the script does not work and does not output an error to the console. Please tell me what is the error?