Difference between revisions of "Team:GZHS-United/Attributions"

Line 188: Line 188:
 
dropdownOpen();
 
dropdownOpen();
 
function dropdownOpen() {
 
function dropdownOpen() {
    var $dropdownLi = $('li.dropdown');
+
var $dropdownLi = $('li.dropdown');
    $dropdownLi.mouseover(function() {
+
$dropdownLi.mouseover(function() {
        $(this).addClass('open');
+
$(this).addClass('open');
    }).mouseout(function() {
+
}).mouseout(function() {
        $(this).removeClass('open');
+
$(this).removeClass('open');
    });
+
});
}
+
}
 +
});
 
</script>
 
</script>
 
</html>
 
</html>

Revision as of 14:16, 8 October 2017

Team