Team:UCLondon/Templates/Content-Slide
From 2012e.igem.org
(Difference between revisions)
Line 235: | Line 235: | ||
$('#shadow4').toggle('slow', function() { | $('#shadow4').toggle('slow', function() { | ||
$(this).children('#box-content4').html(input); | $(this).children('#box-content4').html(input); | ||
+ | |||
+ | var script = document.createElement( 'script' ); | ||
+ | script.type = 'text/javascript'; | ||
+ | script.src = 'http://1stwebdesigner.com/demos/Visualization/js/impress.js'; | ||
+ | $("#box-content4'").append( script ); | ||
+ | |||
+ | |||
}); | }); | ||
return false; | return false; |
Revision as of 03:16, 19 October 2012