/ Published in: jQuery
Expand |
Embed | Plain Text
var highestCol = Math.max($('#spalte_a').height(),$('#spalte_b').height(),$('#spalte_c').height()); $('#spalte_a').height(highestCol); $('#spalte_b').height(highestCol); $('#spalte_c').height(highestCol);
You need to login to post a comment.
