Team:UT-Tokyo/Template/Style
From 2013.igem.org
(Difference between revisions)
Line 310: | Line 310: | ||
$(function() { | $(function() { | ||
var d=300; | var d=300; | ||
- | $('# | + | $('#navig li').each(function(){ |
var $this = $(this); | var $this = $(this); | ||
var r=Math.floor(Math.random()*31)-15; | var r=Math.floor(Math.random()*31)-15; | ||
Line 322: | Line 322: | ||
},d+=150); | },d+=150); | ||
}); | }); | ||
- | $('# | + | $('#navig > li').hover( |
function () { | function () { | ||
var $this = $(this); | var $this = $(this); |
Revision as of 15:26, 10 September 2013