Skip to content

Instantly share code, notes, and snippets.

@101dvlp
Created September 5, 2016 13:38
Show Gist options
  • Save 101dvlp/ec64fc68f1f3491ed95e0ef9dde71a64 to your computer and use it in GitHub Desktop.
Save 101dvlp/ec64fc68f1f3491ed95e0ef9dde71a64 to your computer and use it in GitHub Desktop.
js.collapser
<script type="text/javascript">
$(document).ready(function(){
$('.content').collapser({
mode: 'chars',
truncate: 10,
showText: '続きを読む',
hideText: '隠す'
});
});
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment