Answer the question
In order to leave comments, you need to log in
Is there an error in the code?
Hello!
Tell me what's the problem.
There is a code
$(document).ready(function() {
var max = 0,
$address = $('.hotel_name');
$address.each(function(){
if($(this).height() > max){
max = $(this).height();
}
});
$address.each(function(){
$(this).height(max);
});
});
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question