Team:ATOMS-Turkiye/deneme
From 2013.igem.org
Line 42: | Line 42: | ||
b.animate({ | b.animate({ | ||
left: b.outerWidth() | left: b.outerWidth() | ||
- | },function(){$(this).removeClass("rui-billboard-current" | + | },function(){$(this).removeClass("rui-billboard-current");}); |
b=b.prev("li"); | b=b.prev("li"); | ||
if(b.length<1) | if(b.length<1) | ||
Line 58: | Line 58: | ||
b.animate({ | b.animate({ | ||
left: -b.outerWidth() | left: -b.outerWidth() | ||
- | },function(){$(this).removeClass("rui-billboard-current" | + | },function(){$(this).removeClass("rui-billboard-current");}); |
//b.removeClass("rui-billboard-current"); | //b.removeClass("rui-billboard-current"); | ||
b=b.next("li"); | b=b.next("li"); |
Revision as of 16:59, 2 October 2013