Skip to content

Instantly share code, notes, and snippets.

@joe0402
Created October 19, 2018 13:09
Embed
What would you like to do?
<script src="//code.jquery.com/jquery-3.0.0.slim.min.js"></script>
<script>
$(document).ready(function () {
$('.gist-meta').hide();
$('.gist-file').css('border-bottom', 'none');
});
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment