https://github.com/awcross/jquery-eqcol
Equal effing columns with jQuery
https://github.com/awcross/jquery-eqcol
Last synced: 2 months ago
JSON representation
Equal effing columns with jQuery
- Host: GitHub
- URL: https://github.com/awcross/jquery-eqcol
- Owner: awcross
- License: mit
- Created: 2016-10-07T06:58:41.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-10-07T07:05:25.000Z (over 8 years ago)
- Last Synced: 2024-04-26T14:01:08.966Z (about 1 year ago)
- Language: JavaScript
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license
Awesome Lists containing this project
README
# jquery-eqcol
> Equal effing columns with jQuery
## Install
Browserify
```
$ npm install --save jquery-eqcol
```Bower
```
$ bower install --save jquery-eqcol
``````html
```
## Usage
```js
import 'jquery-eqcol';$('[data-eqcol]').eqcol({
// options
});
```## Related
- [eqcol](https://github.com/awcross/eqcol) - Eqcol effing columns
## License
MIT © [Alex Cross](http://alexcross.io)