Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/promatik/jquery-columnize
Columnize allows you to split any text into equal size columns
https://github.com/promatik/jquery-columnize
Last synced: about 1 month ago
JSON representation
Columnize allows you to split any text into equal size columns
- Host: GitHub
- URL: https://github.com/promatik/jquery-columnize
- Owner: promatik
- License: mit
- Created: 2013-02-15T02:51:56.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2013-02-15T17:53:16.000Z (over 11 years ago)
- Last Synced: 2023-04-06T03:06:31.867Z (over 1 year ago)
- Language: JavaScript
- Size: 117 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# jQuery-Columnize v1.0
## Description
Columnize allows you to split any text into equal size columns.
It will columnize <p>'s wrapped in <div>'s## Demo
[Demo Columnize](http://promatik.no.sapo.pt/github/columnize/)## Download
* [Master branch](https://github.com/promatik/jquery-columnize/archive/master.zip)## Setup
* How to setup the plugin on your website:```javascript
```
* You can style the generated columns by using its class .flowColumn, i.e:
```css
.flowColumn {
float:left;
margin: 20px 5px;
}
```* Easy to use, just call columnize with the sizes you want, i.e:
```javascript
$('.lorem-ipsum').columnize({
width:210,
height:300
});
```## Support
* **Support requests** and **general discussions** about the jQuery Columnize plugin can be posted to the official [support forum](https://groups.google.com/forum/#!forum/jquery-columnize).
If your question is not directly related to the Social SDks plugin, you might have a better chance to get a reply by posting to [Stack Overflow](http://stackoverflow.com/questions/tagged/promatik+jquery-columnize).
* **Bugs** and **Feature requests** can be reported using the [issues tracker](https://github.com/promatik/jquery-columnize/issues).## Requirements
* [jQuery](http://jquery.com/) v. 1.6+## Browsers
### Desktop browsers
The jQuery Columnize plugin is supported by the following minimal versions:* Google Chrome
* Apple Safari 4.0+
* Mozilla Firefox 3.0+
* Opera 11.0+
* Microsoft Internet Explorer 6.0+## License
Released under the [MIT license](http://www.opensource.org/licenses/MIT).