I have at the moment in this JsFiddle code snippet 3 tables, the central table is named .sl_scrollingTable and the others .sl_NewFixedTable.
What I am trying to do is have each row have the same height on all three tables. It works for the first instance of .sl_NewFixedTable but not for the second. Not sure why, please help.
You can use John Resig’s
Array.minandArray.maxfrom his blogI’ve updated your jsfiddle: http://jsfiddle.net/2uux2/1/
But, here’s the code for anyone else to look at.