Team:Buenos Aires

From 2013.igem.org

(Difference between revisions)
Line 246: Line 246:
<script type="text/javascript">
<script type="text/javascript">
-
$(document).ready(function(){
+
$(window).load(function(){
-
   $("#textExt img").hover(function(){
+
   $.getScript('https://2013.igem.org/Team:Buenos_Aires/js/external.js?action=raw&ctype=text/javascript', function() {
-
    $("#external img").css('opacity', '0.2');
+
    alert('Load is completed'); /*In this callback function you can fire the methods/functions defined in the loaded script file.*/
-
+
-
    },function(){
+
-
$("#textExt img").css('opacity', '1');
+
   });
   });
});
});

Revision as of 02:24, 16 July 2013

iGem Buenos Aires

Background

Buenos AiresiGem

Hola