Difference between revisions of "Template:IONIS Paris/JS"

Line 80: Line 80:
  
 
 
   $(".gototop").hide();
+
   $("#gototop").hide();
  
 
$(function () {
 
$(function () {
Line 87: Line 87:
  
 
if ($(this).scrollTop() > 400 ) {
 
if ($(this).scrollTop() > 400 ) {
$('.gototop').fadeIn(500);
+
$('#gototop').fadeIn(500);
  
 
}});
 
}});

Revision as of 15:23, 16 September 2015