A list of the methods available to you and what they do.
shuffle
- Filters all the shuffle items.sort
- Sorts the currently filtered shuffle items.update
- Repositions everything. Useful for when dimensions (like the window size) change.layout
- Use this instead of update()
if you don't need the columns and gutters updated. Maybe an image loaded and now has a height.appended
- New items have been appended to the shuffle container.disable
- Disables Shuffle from updating dimensions and layout on resize.enable
- Enables Shuffle again.remove
- Remove one or more shuffle items.destroy
- Destroys Shuffle, removes events, styles, classes, and references.