Team:UCLondon/Templates/Content-Slide
From 2012e.igem.org
(Difference between revisions)
Line 228: | Line 228: | ||
var input = 'Coming Soon'; | var input = 'Coming Soon'; | ||
- | $('# | + | $('#shadow4').toggle('slow', function() { |
$(this).children('#box-content4').html(input); | $(this).children('#box-content4').html(input); | ||
}); | }); | ||
Line 235: | Line 235: | ||
var closeBox4 = function() { | var closeBox4 = function() { | ||
- | $('# | + | $('#shadow4').toggle('slow', function() { |
$(this).children('#box-content4').html(loading); | $(this).children('#box-content4').html(loading); | ||
}); | }); |
Revision as of 21:55, 18 October 2012