Skip to content

Instantly share code, notes, and snippets.

@shopifypartners
Forked from levinmejia/stickyjs
Last active December 23, 2020 16:45
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save shopifypartners/a0ccb57680c960623c127f4ab4c285ca to your computer and use it in GitHub Desktop.
Save shopifypartners/a0ccb57680c960623c127f4ab4c285ca to your computer and use it in GitHub Desktop.
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.min.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