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");
           $(".iconsDiv .icons").addClass("iconActive");
+
           $(this).find(".icons").addClass("iconActive");
           $(".iconsDiv ul").css("display","block");
+
           $(this).find("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");
           $(".iconsDiv .icons").removeClass("iconActive");
+
           $this.(".icons").removeClass("iconActive");
           $(".iconsDiv ul").css("display","none");           
+
           $(this).find("ul").css("display","none");           
 
         }
 
         }
 
       );
 
       );

Revision as of 20:48, 11 September 2015

This is left Nav

This is content