How to retrieve the Image height and width from the IMG tag using jQuery and use this value in div style.
like
<div class=top> </div>
<img src="source.jpg" width="200" height="400" alt="" />
<div class="bottom"> </div>
I want to use the height of the Image and and apply to the DIV. like 400px-20px. div width.
THanks