A jQuery/Zepto or
a Vanilla JS/Vapor.js (IE9+)
plugin to equalize elements.
Tweet
To use it, just call the jQuery#ekwal()
method on the elements you want to equalize.
It accept any of the jQuery dimension methods names
as a parameter, and is, by default, height
.
e.g : $('el').ekwal([dimension])
To use it, just call the ekwal()
function with the elements you want to equalize.
As of the jQuery version, it accept a parameter which can be height
(by default) or width
e.g : ekwal('el'[, 'width'])