I have 2 div tag: <div class="right"> and <div class="left"> both right class and left class have height property is auto. I want height of left = height of right. Sorry I not enough lever to post code.
I have 2 div tag: <div class=right> and <div class=left> both right class and
Share
I think you can do
$(".left").height($(".right").height()).