Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save gabrielgodoy-zz/111e7e13b0916822dafe to your computer and use it in GitHub Desktop.
Save gabrielgodoy-zz/111e7e13b0916822dafe to your computer and use it in GitHub Desktop.
$(document).ready(function(){
$("#box").on('scroll', function(){
$(this).css('top',($(document).scrollTop()) + 20);
});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment