I hereby claim:
- I am the-valan on github.
- I am opppblock (https://keybase.io/opppblock) on keybase.
- I have a public key ASDx55Aqsm0j3nbT3SlndAZxalH2d8DZ7vjcpiktZKxsKwo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
$(function() { | |
$( window ).scroll(function() { | |
if($( this ).scrollTop() != 0) { | |
$( '#toTop' ).fadeIn(); | |
} else { | |
$( '#toTop' ).fadeOut(); | |
} | |
}); | |