jquery change element to element
- by Isis
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