Skip to content

Instantly share code, notes, and snippets.

View douglogue's full-sized avatar

Doug Logue douglogue

View GitHub Profile
@douglogue
douglogue / goToByScroll.js
Created October 22, 2013 14:40
Smooth scroll to in-page elements
<script>
$(document).ready(function(){ $('a').click(function(){ goToByScroll($(this).attr('href')); return false; }); });
function goToByScroll(id){ $('html,body').animate({scrollTop: $(id).offset().top},'slow'); }
</script>
Verifying my Blockstack ID is secured with the address 1BUnQCnvJX6MQteB4JXq8rmcpFTj7TJtCX https://explorer.blockstack.org/address/1BUnQCnvJX6MQteB4JXq8rmcpFTj7TJtCX