Script to make Table Cells equal height of the tallest cell - Per Row, but it is making all cells the height of the tallest cell on the page!
Script to make Table Cells equal height of the tallest cell - Per Row, but it is making all cells the height of the tallest cell on the page!
jQuery version: jQuery 1.5.2
Problem Description:
I am using the following HTML to show 6 categories on a page, each category has a different size list of items beneath the cell heading...
I want to make the height of all cells PER ROW to be equal. My script currently is making ALL cells on the entire page the height of the largest cell. How can I make it only apply the highest height per row?