Изменения

Участник:MailGik/hilarious.js

Нет изменений в размере, 17:32, 19 августа 2016
Нет описания правки
//If the scroll bar at the top of more than 200 elements
if($(window).scrollTop()>200)
$("#scroll-top").fadeIn(100300);//In a second interval in the id=scroll-top element
else
$("#scroll-top").fadeOut(100300);//In a second interval fade out the elements of id=scroll-top
});
};