Показать сообщение отдельно
  #1 (permalink)  
Старый 15.01.2014, 15:05
Аспирант
Отправить личное сообщение для JQurey_API Посмотреть профиль Найти все сообщения от JQurey_API
 
Регистрация: 09.12.2013
Сообщений: 40

перевести jq в js
Кто может, переведите в javascript следующее:
$(function () {
$("div.page:not(#Box, .botto), div.toba ,div.to").remove();
$("a[href='/private/index']").attr('href', '/user/id').html('SH');
$("a[href='/news/elements']").attr('href', '/private/comm).html('sms ');
$("a[href='/news/notifications']").attr('href', '/c/id').html('home');
$('#account').children("a").eq(2).after('|');
$('div.Content').children('a').eq(3).after('<br><a href="/c/id">Again</a>');
$("body").addClass("the");
});
Ответить с цитированием