Forums
Home / Plugin: Chained Quiz / disabled auto-scroll ?
(@stormkuo)
3 years, 6 months ago
dear how can i disabled auto-scroll ? thanks
(@prasunsen)
Auto-scroll where?
Need to disabled
I’m afraid there is no option to do it. The only way is to remove the JS code directly:
if(jQuery(document).scrollTop() > 250) { jQuery('html, body').animate({ scrollTop: jQuery('#chained-quiz-wrap-'+quizID).offset().top -100 }, 500); }
Thank you very much