Skip to content

Instantly share code, notes, and snippets.

@koentjuh1
Last active August 30, 2016 11:02
Show Gist options
  • Save koentjuh1/35ec46f2e2e1da403c209b90f17678c6 to your computer and use it in GitHub Desktop.
Save koentjuh1/35ec46f2e2e1da403c209b90f17678c6 to your computer and use it in GitHub Desktop.
Read more jquery
$('article').readmore({
speed: 300,
collapsedHeight: 100,
lessLink: '<a href="#">Lees minder</a>',
moreLink: '<a href="#">Lees meer</a>'
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment