• I tried to show and hide the navigation-menu by detecting the mouse events, but failed.

    i.e.
    In my javascript, I have

    jQuery(“#elevatorButton”).click(function () {

    jQuery(“#navigation-menu”).show(“slide”, { direction: “left” }, 1000);
    return false;

    });

    jQuery(“#navigation-menu”).mouseleave(function () {

    jQuery(“#navigation-menu”).hide(“slide”, { direction: “left” }, 1000);

    return false;
    });

    https://www.ads-software.com/plugins/page-scroll-to-id/

Viewing 1 replies (of 1 total)
  • Plugin Author malihu

    (@malihu)

    Can’t really say what’s happening or what the issue is, but is the #elevatorButton a link handled by the Page scroll to id?
    Can’t really help unless I see the page in action (don’t even know if this issue is related to the plugin at all).

Viewing 1 replies (of 1 total)
  • The topic ‘Javascript listen to mouse event failed’ is closed to new replies.