Скрин:
http://i060.radikal.ru/1004/92/8a1f91949d70.png
Код:
Code
<script type="text/javascript">
/* Copyright CS-RULEZ ~ http://www.cs-rulez.net.ru */
$('td.threadNametd a.threadLink, td.threadNametd a.threadPinnedLink').each(function(){
var PostURL = this.href;
$(this).after(' [<b><a href="javascript://" style="cursor: help;">?</a></b>] <div style="z-index: 9999; border: 1px solid #ffd900; position: absolute; background-color: #000000; padding: 10px; display: none;"><img src="http://s28.ucoz.net/img/ma/m/i2.gif" align="absmiddle" border="0" /> Загрузка...</div>');
$(this).next().mouseover(function(){$(this).next().load(PostURL + ' td.posttdMessage:first', function(){var DelTD = $('td.posttdMessage').html(); $('td.posttdMessage').replaceWith(DelTD); $('hr.signatureHr, span.signatureView').remove();}); $(this).next().show();});
$(this).next().mouseout(function(){$(this).next().hide();});
});
</script>