Difference between revisions of "Template:Toronto/Javascript"

Line 8: Line 8:
 
  $(window).scroll(function() {   
 
  $(window).scroll(function() {   
 
   if($(window).scrollTop() + $(window).height() == $(document).height()) {
 
   if($(window).scrollTop() + $(window).height() == $(document).height()) {
       $("#nugget").fadeOut("slow");
+
       $("#nugget").explode("slow");
 
       $(".menutest").fadeIn("slow");
 
       $(".menutest").fadeIn("slow");
  

Revision as of 20:58, 25 July 2016