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.
| Name | Name | Last commit date | ||
|---|---|---|---|---|
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.