Team:Buenos Aires
From 2013.igem.org
(Difference between revisions)
Line 508: | Line 508: | ||
- | $(".sub_menu_link" | + | $(".sub_menu_link").bind('click.Menu', function(){ |
loadText(this); | loadText(this); | ||
Line 543: | Line 543: | ||
$('#textExt').stop() | $('#textExt').stop() | ||
.animate({opacity: '1'}, 1400, function(){}); | .animate({opacity: '1'}, 1400, function(){}); | ||
- | + | ('#textExt'). animate({scrollTop: $('#textExt').offset().top -100 }, 'slow'); | |
Line 555: | Line 555: | ||
- | $('#external #inwiki a | + | $('#external #inwiki a').bind('click.Menu', function(){ |
loadText(this); | loadText(this); | ||
return false; | return false; |
Revision as of 14:11, 28 October 2013