Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/judas-christ/columns2000

CSS3 columns implementation for jQuery
https://github.com/judas-christ/columns2000

Last synced: about 1 month ago
JSON representation

CSS3 columns implementation for jQuery

Awesome Lists containing this project

README

        

columns2000
===========

An adaptation of [CSS3MultiColumn 1.02 beta](http://www.csscripting.com/css-multi-column/), copyright (c) 2005 Cdric Savarese licensed under the CC-GNU LGPL .

Requires [jQuery 1.5](http://jquery.com) or later, best used with Modernizr.

Example usage with Modernizr:

Modernizr.load({
test: Modernizr.csscolumns,
nope: '/path/to/columns2000.min.js'
});

Example usage with conditional comments: