Сообщение # 1 | 17:52:51
Проблема заключается в том, что содержание первого сообщения в привью, не сокращается.
Как это исправить?
Желательно ещё вырезать bb-коды.


Код
$('td.threadNametd a.threadLink').each(function(){     
$(this).after(' <a class="PostInfo" href="javascript://" style="cursor: default;"><img border="0" align="right" src="/////////////"></a> <a class="PostInfo" align="right" style="////////////////">');
$(this).next().next().load(this.href+' td.posttdMessage:first', function(){var DelTD = $('td.posttdMessage').html();$('td.posttdMessage').replaceWith(DelTD);};);     
$(this).next().mouseover(function(){    
$(this).next().show();     
};);     
$(this).next().mouseout(function(){     
$(this).next().hide();     
};);     
};);
Сообщение отредактировал vYs - Понедельник, 23 Сен 2013, 17:57:16