Skip to content
This repository has been archived by the owner on Jan 17, 2019. It is now read-only.

Latest commit

 

History

History
20 lines (15 loc) · 487 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 487 Bytes

EqualHeights

equal height items

  • name: equalHeights
  • purpose: to maintain equal heights across columns
  • usage: markup required is:

`

`
  • options: el: a jQuery element object opts: {cutoff: integer}

  • requires: jQuery and underscore

  • instantiation: new app.EqualHeights($('.equal-height-group'), {'cutoff': 768});