This imitates the CSS3 multicolumn effect for list items for IE8-9. Use it with Modernizr.
- Gets all children of an element
- Distributes them on new floating "column" elements
- Hides the original
- Responsive behaviour: On resize, checks if column number changes
if (!Modernizr.csscolumns) {
$('.mycolumn-element').multicolumn();
}
This script is open-sourced software licensed under the MIT license