Tiggles ツ
5/10/2018 - 3:47 PM

JQ If Hover, then

This will detect hover on X element, and apply properties to Y element. jQ171 wrap.

jQ171('.historic-sites-menu-toggle').hover(
    function () { jQ171(".cta-buttons").css("display", "none"); },
    function () { jQ171(".cta-buttons").css("display", "block"); }
);