B
B
Blah Blag2015-11-22 21:57:34
JavaScript
Blah Blag, 2015-11-22 21:57:34

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

1 answer(s)
E
Ernest Faizullin, 2015-11-22
@dsadasdad

var max = Math.max($(col1).height(), $(col2).height(), $(col3).height());

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question