Difference between revisions of "Team:Cambridge-JIC/Templates/Menu"
Line 84: | Line 84: | ||
$(".navbar-collapse").css("max-height", $(window).height()+"px") | $(".navbar-collapse").css("max-height", $(window).height()+"px") | ||
}).resize(); | }).resize(); | ||
+ | |||
+ | $(".face").on("touch", function(){ | ||
+ | |||
+ | $(".profile").css("opacity", 0); | ||
+ | |||
+ | $(this).children(".profile").css("opacity", 1) | ||
+ | |||
+ | }) | ||
}); | }); |
Revision as of 10:03, 28 July 2015