Equalizer 1.0

Equalizer is a MooTools plugin which analyzes a given set of elements and equalizers their height, taking into account the box model additions.



Details

Author
David Walsh
Current version
1.0
GitHub
darkwing/Equalizer
Downloads
3035
Category
Utilities
Tags
Report
GitHub Issues

Releases


Dependencies

  • core/1.2.1: *

How to use

Equalizer can be initialized at any time, but will most likely be initialized at DOMReady. There are no required arguments -- only options.

/* create instance */
var equalizer = new Equalizer('.column');

/* equalize heights */
equalizer.equalize('height');

/* equalize widths */
equalizer.equalize('width');

For specific usage and options, please read the documentation or visit http://davidwalsh.name/js/equalizer


Discuss

A note on comments here: These comments are moderated. No comments will show up until they are approved. Comments that are not productive (i.e. inflammatory, rude, etc) will not be approved.

Found a bug in this plugin? Please report it this repository's Github Issues.

blog comments powered by Disqus