Можете пример привести или ссылку на частичку кода дать?
for(counter = 0; counter < $('ul:eq(0) li').length; counter++)
{
$('ul').find('li:eq(' + counter + ')').css
({
'height' :
$($('ul').find('li:eq(' + counter + ')').toArray().sort(function(a, b)
{
a = parseInt($(a).css('height'));
b = parseInt($(b).css('height'));
return a < b ? 1 : -1;
})[0]).css('height')
});
}
"http://site1.com/img/pic1.jpg$param=blablabla"