diff --git a/_includes/adding-removing.html b/_includes/adding-removing.html index ad1dcd2..6a68562 100644 --- a/_includes/adding-removing.html +++ b/_includes/adding-removing.html @@ -1,4 +1,4 @@ -

Adding and removing items

+

Adding and removing items

You can add and remove elements from shuffle after it has been created. This also works for infinite scrolling.

Add a collection

diff --git a/_includes/advanced-filters.html b/_includes/advanced-filters.html index f6ab919..381722d 100644 --- a/_includes/advanced-filters.html +++ b/_includes/advanced-filters.html @@ -1,4 +1,4 @@ -

Advanced Filtering

+

Advanced Filtering

By passing a function to shuffle, you can customize the filtering to your hearts content. Shuffle will iterate over each item and give your function the element wrapped in jQuery and the shuffle instance. Return true to keep the element or false to hide it.

diff --git a/_includes/changelog.html b/_includes/changelog.html index 6103c2b..acbe596 100644 --- a/_includes/changelog.html +++ b/_includes/changelog.html @@ -1,5 +1,7 @@ -

Changes

+

Changes