You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Go to file
Glen Cheney 150de2024f Remove `.es6` suffix for file name. Remove old grunt file.
Only include jQuery on pages which request it.
Use SRI hash for CDN version of jQuery.
8 years ago
_includes Remove `.es6` suffix for file name. Remove old grunt file. 8 years ago
_layouts Move gulp tasks to separate files. Replace grid. Add autoprefixer. 8 years ago
_posts Remove `.es6` suffix for file name. Remove old grunt file. 8 years ago
_scss Docs updates. Remove LOADING and DONE events. 8 years ago
css Docs updates. Remove LOADING and DONE events. 8 years ago
dist Fix error when trying to remove and item already being removed. 8 years ago
gulp Switch to mocha/chai for tests with gulp-mocha-phantomjs 8 years ago
img Update compound filters demo. 8 years ago
js Update docs for adding, removing, advanced filters, sorting, and public methods. 8 years ago
src Remove `.es6` suffix for file name. Remove old grunt file. 8 years ago
test Docs updates. Remove LOADING and DONE events. 8 years ago
.babelrc Got jest working for tests. jsdom sucks. 8 years ago
.editorconfig Add .editorconfig file. Save all files again to be consistent. 11 years ago
.gitignore Use web pack multi compiler. 8 years ago
.jscsrc Start ES6 conversion and jQuery / Modernizr removal. 8 years ago
.jshintrc Added stagger option. More refactoring. Working home page demo again. 8 years ago
.npmignore Use web pack multi compiler. 8 years ago
.travis.yml Got jest working for tests. jsdom sucks. 8 years ago
CONTRIBUTING.md Update GitHub contributing link 9 years ago
LICENSE Add MIT license close #53 10 years ago
README.md Update readme 8 years ago
_config.yml Docs updates. Remove LOADING and DONE events. 8 years ago
_config_dev.yml Add .editorconfig file. Save all files again to be consistent. 11 years ago
bower.json Move gulp tasks to separate files. Replace grid. Add autoprefixer. 8 years ago
favicon.png Added favicon. Added description and image to each page for open graph and twitter cards. 11 years ago
gulpfile.js Switch to mocha/chai for tests with gulp-mocha-phantomjs 8 years ago
index.html Update docs for adding, removing, advanced filters, sorting, and public methods. 8 years ago
package.json Switch to npm module for throttling. 8 years ago
robots.txt Add .editorconfig file. Save all files again to be consistent. 11 years ago
webpack.config.js Remove `.es6` suffix for file name. Remove old grunt file. 8 years ago
webpack.config.min.js Remove `.es6` suffix for file name. Remove old grunt file. 8 years ago

README.md

Shuffle Build Status

Categorize, sort, and filter a responsive grid of items.

npm install shufflejs

Shuffle is also available on bower as shufflejs.

Docs and Demos

All found here

Usage (with CommonJS)

var Shuffle = require('shuffle');

var myShuffle = new Shuffle(document.getElementById('grid'), {
  itemSelector: '.js-item',
  sizer: '.js-shuffle-sizer'
});

Shuffle 4.0

Shuffle 4 removes jQuery as a dependency and is written in ES6.

Inspiration

This project was inspired by Isotope and Packery.