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();
}
如何刪除標籤 「一」 的HTML,並改變他的'<b>Контакты</b>'
?jQuery的變化元素,元素