Код: Выделить всё
if (td.posttdMessage==$123) {
// Уведомление о найденом коде
$('td.threadNametd a.threadLink').each(function(){
$(this).after(' [<b><a class="PostInfoA" href="javascript://" style="cursor: help;color: red;">?</a></b>]<div style="border: 1px solid #F76928; position: absolute; background-color: #FFFFFF; padding: 10px; display: none;"><img src="http://src.ucoz.ru/img/icon/er.png" align="absmiddle" border="0" />Тема содержит код</div>');
$(this).next().mouseover(function(){
$(this).next().show();
});
$(this).next().mouseout(function(){
$(this).next().hide();
});
});
} else {
}