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

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

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)