В чем ошибка jqueryhttp://softtime.ru/forumВ чем ошибка jqueryhttp://softtime.ru/forum/read.php?id_forum=4&id_theme=83670#post497480С этим вопросом разобрался....чуть выше писал еще один..В чем ошибка jquerySun, 4 Dec 2011 22:21:29 +0300OLiВ чем ошибка jqueryhttp://softtime.ru/forum/read.php?id_forum=4&id_theme=83670#post497475вниз по списку в пределах узла текущего "th" "-------------------------------- $(this).parent() "select class="vid_peregov"""/select" "-------------------------------- $(this) "/th" "th" "-------------------------------- $(this).parent().next() "span class="date""date"/span"...В чем ошибка jquerySun, 4 Dec 2011 19:50:36 +0300AlexSolВ чем ошибка jqueryhttp://softtime.ru/forum/read.php?id_forum=4&id_theme=83670#post497473Вот еще в чем сложность: подскажите пжл: так получаю val одного из списка var id_note = $(".copy option:selected").val(); таких списков...В чем ошибка jquerySun, 4 Dec 2011 19:34:02 +0300OLiВ чем ошибка jqueryhttp://softtime.ru/forum/read.php?id_forum=4&id_theme=83670#post497472зачем там parent если по структуру вниз спуcкаюсь? Короче сделал так: $(this).closest('table').find('.date').text(date_end);В чем ошибка jquerySun, 4 Dec 2011 19:06:49 +0300OLiВ чем ошибка jqueryhttp://softtime.ru/forum/read.php?id_forum=4&id_theme=83670#post497470как минимум .parent() пропустили.В чем ошибка jquerySun, 4 Dec 2011 18:41:47 +0300AlexSolВ чем ошибка jqueryhttp://softtime.ru/forum/read.php?id_forum=4&id_theme=83670#post497451This это клик по vid_peregovВ чем ошибка jquerySun, 4 Dec 2011 15:26:45 +0300OLiВ чем ошибка jqueryhttp://softtime.ru/forum/read.php?id_forum=4&id_theme=83670#post497446$(this) - кто ?В чем ошибка jquerySun, 4 Dec 2011 14:52:52 +0300AlexSolВ чем ошибка jqueryhttp://softtime.ru/forum/read.php?id_forum=4&id_theme=83670#post497445Вопрос остается...В чем ошибка jquerySun, 4 Dec 2011 14:50:34 +0300OLiВ чем ошибка jqueryhttp://softtime.ru/forum/read.php?id_forum=4&id_theme=83670#post497439Прошу прощенья, следующий th имеет все таким класс .colВ чем ошибка jquerySun, 4 Dec 2011 14:12:55 +0300OLiВ чем ошибка jqueryhttp://softtime.ru/forum/read.php?id_forum=4&id_theme=83670#post497438$(this) - кто ? ('th .col') - нет такого в версткеВ чем ошибка jquerySun, 4 Dec 2011 14:12:02 +0300AlexSolВ чем ошибка jqueryhttp://softtime.ru/forum/read.php?id_forum=4&id_theme=83670#post497435Структура такая: ...... "th" "select class="vid_peregov"""/select" "/th" "th""span class="date""date"/span""/th" ..... _______________________________________ Вот моя конструкция: $(this).next('th .col').children('.date').text(date_end);В чем ошибка jquerySun, 4 Dec 2011 13:37:36 +0300OLi