Profile
Achievement
thesmu's Recent SnippetsTagged jquery
- All /
« Prev 1 Next »
$(document).ready(function() {
var maxHeight = -1;
$('.features').each(function() {
maxHeight = maxHeight > $(this).height() ? maxHeight : $(this).height();
});
$('.features').each(function() {
$(this).height(maxHeight...
1
855
posted 11 years ago by thesmu