Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 360 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 360 Bytes

Show more items

jQuery plugin for showing list items.

You can change number of items to be shown by calling plugin with that option like this:

$('body').showMoreItems({
  count: 4
});

By default plugin will show 6 additional items per click.

Demo

http://mvdevelop.com/lab/show-more-items/