<script type="text/javascript">
$(document).ready(function () {
var heights = $("#contentSpan .thumbnail").map(function () {
return $(this).height();
}).get(),
maxHeight = Math.max.apply(null, heights);
$('.thumbnail').height(maxHeight);
});
</script>
Hiç yorum yok:
Yorum Gönder