/ Published in: jQuery
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
if ($("div#capa_1").height() > $("div#capa_2").height()) { $("div#capa_2").height($("div#capa_1").height()) }else{ $("div#capa_1").height($("div#capa_2").height()) }