Hi All
Can someone explain to me how to get the height of one element, and then re-use it elsewhere on another element, using jQuery?
For example, to have 2 divs, 1 & 2, and to get the height of div 1, then have an on-click event on div 2 that animates it to the same height as div 1.
Cheers