Skip to content

Instantly share code, notes, and snippets.

@levinmejia
Created May 26, 2016 14:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save levinmejia/d2f2c02bb830cb15168e91465dc7a901 to your computer and use it in GitHub Desktop.
Save levinmejia/d2f2c02bb830cb15168e91465dc7a901 to your computer and use it in GitHub Desktop.
<script src="jquery.js"></script>
<script src="jquery.sticky.js"></script>
<script>
$(document).ready(function(){
$(".add-to-cart").sticky({topSpacing:50});
});
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment