mirror of
https://github.com/arthur-pbty/site_EMC.git
synced 2026-06-03 23:36:25 +02:00
Add files via upload
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
$(function() {
|
||||
$('.div_btn').hide();
|
||||
});
|
||||
|
||||
$(window).scroll(function(){
|
||||
posScroll = $(document).scrollTop();
|
||||
if(posScroll >=id_div_big_title.clientHeight)
|
||||
$('.div_btn').show();
|
||||
else
|
||||
$('.div_btn').hide();
|
||||
});
|
||||
Reference in New Issue
Block a user