Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/judas-christ/columns2000
- Owner: judas-christ
- Created: 2012-11-21T08:32:31.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2012-11-21T08:55:32.000Z (about 12 years ago)
- Last Synced: 2024-04-14T12:53:35.714Z (9 months ago)
- Language: JavaScript
- Size: 109 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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: