Team:USP-UNESP-Brazil/Templates/Header

From 2012.igem.org

(Difference between revisions)
Line 30: Line 30:
<script type="text/javascript">
<script type="text/javascript">
-
$(document).ready(firstfunction(){
+
$(document).ready(function(){
         $("#imgIntroduction").delay(6000).fadeOut("slow", function(){
         $("#imgIntroduction").delay(6000).fadeOut("slow", function(){
             $("#imgHackology").delay(6000).fadeOut("slow", function(){
             $("#imgHackology").delay(6000).fadeOut("slow", function(){
Line 36: Line 36:
                     $("#imgAssocMem").delay(6000).fadeOut("slow", function(){
                     $("#imgAssocMem").delay(6000).fadeOut("slow", function(){
                         $("#imgExtras").delay(6000).fadeOut("slow", function(){
                         $("#imgExtras").delay(6000).fadeOut("slow", function(){
-
                             $("#imgIntroduction").fadeIn("slow", firstfunction());
+
                             $("#imgIntroduction").fadeIn("slow");
                         });
                         });
                     });
                     });

Revision as of 21:48, 23 September 2012