Animate Scroll Not Working In Firefox? January 30, 2024 Post a Comment html: Solution 1: Try this code$(document).ready(function () { // hide #back-top first $("#back-top").hide(); // fade in #back-top $(function () { $(window).scroll(function () { if ($(this).scrollTop() > 100) { $('#back-top').fadeIn(); } else { $('#back-top').fadeOut(); } }); // scroll body to 0px on click $('#topanimated a').click(function () { $('body,html').animate({ scrollTop: 0 }, 800); returnfalse; }); }); }); CopySet This ID in The Button id="back-top" Baca JugaShow The Poster After Pausing The Video In HtmlJquery - Could Use A Little Help With A Content LoaderHow Do You Add Jquery In A Html Page As A Web Resource In Dynamics Crm 2011 Share You may like these postsIssue With Horizontal Wheel Scroll"text-decoration: Blink" & IeHide Parent Div On Click Using JqueryOpen "save As" Dialog Box To Download Image Post a Comment for "Animate Scroll Not Working In Firefox?"
Post a Comment for "Animate Scroll Not Working In Firefox?"