I’m trying to use the jQuery Equal Heights Plugin by Raja Sekharan to equal the column heights on two different rows. I’ve tried several ways to select JUST the contained columns but every time the biggest height is used across both rows.
Best way of explaining this is with this jsfiddle
How do I get the top row to inherit the largest size from that section only and the bottom row to inherit the largest size from it’s section?
Note: I can’t use IDs on the sections. Thanks for any help.
It looks like your selector is just passing all of the cols into the function regardless of where they are.
You could try something like: