Skip to content

Instantly share code, notes, and snippets.

@jawinn
Created December 13, 2013 22:06
Show Gist options
  • Select an option

  • Save jawinn/7952220 to your computer and use it in GitHub Desktop.

Select an option

Save jawinn/7952220 to your computer and use it in GitHub Desktop.
Hide Max List Items Usage
$(document).ready(function() {
$('#content ul').hideMaxListItems({
'max':6,
'speed':2000,
'moreText':'READ MORE',
'lessText':'READ LESS',
'moreHTML': '<p class="maxlist-more"><a href="#">MORE OF THEM</a></p>'
});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment