jquery.equalheights.js
Posted: Fri Sep 13, 2013 8:57 am
Has anyone successfully applied this tool to columns? General usage is given as:
* Usage: $(object).equalHeights([minHeight], [maxHeight]);
*
* Example 1: $(".cols").equalHeights(); Sets all columns to the same height.
* Example 2: $(".cols").equalHeights(400); Sets all cols to at least 400px tall.
* Example 3: $(".cols").equalHeights(100,300); Cols are at least 100 but no more
* than 300 pixels tall. Elements with too much content will gain a scrollbar.
*
The thing is Able names it’s classes more like #mainColumn, #rightColumn, .column_1, .column_2, .column_3, etc. I have to be missing something regarding actually using the tool. It does not look like the layout files and classes are structured in a way that it could be easily implemented without a lot of changes. Thoughts/feedback would be much appreciated!
Thanks!
jc@w2m
* Usage: $(object).equalHeights([minHeight], [maxHeight]);
*
* Example 1: $(".cols").equalHeights(); Sets all columns to the same height.
* Example 2: $(".cols").equalHeights(400); Sets all cols to at least 400px tall.
* Example 3: $(".cols").equalHeights(100,300); Cols are at least 100 but no more
* than 300 pixels tall. Elements with too much content will gain a scrollbar.
*
The thing is Able names it’s classes more like #mainColumn, #rightColumn, .column_1, .column_2, .column_3, etc. I have to be missing something regarding actually using the tool. It does not look like the layout files and classes are structured in a way that it could be easily implemented without a lot of changes. Thoughts/feedback would be much appreciated!
Thanks!
jc@w2m