Hello
<div class="leftlink" id="mcontacts">
<img src="test.gif" class="arrowred"/>
<a href="/contacts/" class="u">Контакты</a>
</div>
if(window.location == 'http://my.site.com/contacts/')
{
$('.menuwelcome').css('display', 'block');
$('.leftlink').find('Контакты').css('font-weight', 'bold');
$('#mcontacts').find('a').html('<b>Контакты</b>').remove();
}
How do remove tag "a" html, and change his for '<b>Контакты</b>'
? =)
Than you, sorry for bad english