Difference between revisions of "Template:Toronto/Javascript"

Line 6: Line 6:
 
});
 
});
  
$(window).scroll(function() { 
 
  if($(window).scrollTop() + $(window).height() == $(document).height()) {
 
      $("#menutest").fadeIn("slow");
 
  }
 
});
 
  
 
</script>
 
</script>
 
</html>
 
</html>

Revision as of 20:18, 25 July 2016