Difference between revisions of "Team:IIT Delhi/team"
Line 207: | Line 207: | ||
$(this).css("background-color","black"); | $(this).css("background-color","black"); | ||
$(this).css("z-index","3"); | $(this).css("z-index","3"); | ||
− | $(" | + | $(this ".icons").addClass("iconActive"); |
− | $(" | + | $(this "ul").css("display","block"); |
}, | }, | ||
function(){ | function(){ | ||
$(this).css("background-color","transparent"); | $(this).css("background-color","transparent"); | ||
$(this).css("z-index","0"); | $(this).css("z-index","0"); | ||
− | $(" | + | $(this ".icons").removeClass("iconActive"); |
$(".iconsDiv ul").css("display","none"); | $(".iconsDiv ul").css("display","none"); | ||
} | } |
Revision as of 20:44, 11 September 2015