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). | + | $(this).children(".icons").addClass("iconActive"); |
− | $(this). | + | $(this).children("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"); | + | $this.children(".icons").removeClass("iconActive"); |
− | $(this). | + | $(this).children("ul").css("display","none"); |
} | } | ||
); | ); |
Revision as of 20:49, 11 September 2015