Team:Tsinghua/header

From 2011.igem.org

(Difference between revisions)
Line 37: Line 37:
$(document).ready(function(){
$(document).ready(function(){
$("#catlinks").remove();
$("#catlinks").remove();
 +
$("a").hover(function(){
 +
$(this).find('div.div-tip').css("display", "block");
 +
}, function(){
 +
$(this).find('div.div-tip').css("display", "none");
});
});
$('li[id*="nav-"]').hover(function(){
$('li[id*="nav-"]').hover(function(){

Revision as of 13:13, 16 September 2011