• Resolved tomicicivan

    (@tomicicivan)


    Hello,

    I have this specific code that is not working in my wordpress, other scripts are working as on static page, but this one is not, do you guys know why?

    Thank you SO MUCH!!!

    $(document).scroll(function () {
        var y = $(this).scrollTop();
        if (y > 200) {
            $('.floatnav').fadeIn();
        } else {
            $('.floatnav').fadeOut();
        }
    });
Viewing 9 replies - 1 through 9 (of 9 total)
Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Specific JavaScript not working’ is closed to new replies.