Сообщество IT-специалистов
Ответы на любые вопросы об IT
Профессиональное развитие в IT
Удаленная работа для IT-специалистов
var $items; $('#items tr td').not('#tools').each(function (i, items) { $items = $(items); console.log(items); });
var arrItems= Object.setPrototypeOf($('#items tr td').not('#tools'), [].__proto__);