Answer the question
In order to leave comments, you need to log in
There are 3 columns of different heights, how to get the tallest one?
There are 3 columns of different heights, how to get the tallest one?
Answer the question
In order to leave comments, you need to log in
var max = Math.max($(col1).height(), $(col2).height(), $(col3).height());
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question