jQuery   

Equal height DIVs using jQuery

var heights = $(".same-box").map(function (){
	return $(this).height();
}).get();
maxHeight = Math.max.apply(null, heights);
$(".same-box").css("height",maxHeight);	
Need a helping hand in fixing your website issues?

If you are facing any problems in implementing these code snippets and tutorials, you can hire us to fix your website issues.

Hire Us