[jQuery] How to find the biggest value?

[jQuery] How to find the biggest value?


for example, how to find biggest div height under box.
<div id="box">
    <div>.....</div>
    <div>.....</div>
    <div>.....</div>
</div>