Difference between revisions of "Team:Cambridge-JIC/Templates/Menu"

Line 101: Line 101:
 
$(".profile").css("opacity", 0);
 
$(".profile").css("opacity", 0);
 
})
 
})
 +
 +
$("img").each(function(){
 +
 +
href = $(this).src
 +
alert(href);
 +
 +
});
  
 
});
 
});

Revision as of 16:02, 28 July 2015