Difference between revisions of "Template:Toronto/Javascript"

Line 11: Line 11:
 
   if($(window).scrollTop() + $(window).height() == $(document).height()) {
 
   if($(window).scrollTop() + $(window).height() == $(document).height()) {
 
       $("#nugget").fadeOut("slow");
 
       $("#nugget").fadeOut("slow");
       $(".testtext").delay(500).fadeIn("slow", function () {
+
       $(".testtext").delay(500).fadeIn("slow");
    flag=true;
+
});
+
 
        
 
        
 
}
 
}
 
    
 
    
      if (flag)
+
 
      {
+
      $("#nugget").fadeIn("slow");
+
      $(".testtext").delay(500).fadeOut("slow", function () {
+
    flag=false;
+
});
+
     
+
 
        
 
        
  
}
 
  
  

Revision as of 19:55, 8 August 2016