jQuery: обнулить второй столбец таблицыhttp://softtime.ru/forumjQuery: обнулить второй столбец таблицыhttp://softtime.ru/forum/read.php?id_forum=4&id_theme=82842#post493122Так, конечно, лучше.jQuery: обнулить второй столбец таблицыMon, 3 Oct 2011 15:52:51 +0300cheopsjQuery: обнулить второй столбец таблицыhttp://softtime.ru/forum/read.php?id_forum=4&id_theme=82842#post493121"script type="text/javascript"" $(document).ready(function(){ $("table tr"td:eq(1)").html(""); }); "/script" ?jQuery: обнулить второй столбец таблицыMon, 3 Oct 2011 15:51:26 +0300AlexSoljQuery: обнулить второй столбец таблицыhttp://softtime.ru/forum/read.php?id_forum=4&id_theme=82842#post493119Можно начать отталкиваться от следующего скрипта "html" "head" "meta http-equiv="content-type" content="text/html; charset=windows-1251" /" "title""/title" "script src="jquery.js" type="text/javascript"""/script" "script type="text/javascript"" $(document).ready(function(){...jQuery: обнулить второй столбец таблицыMon, 3 Oct 2011 15:48:53 +0300cheopsjQuery: обнулить второй столбец таблицыhttp://softtime.ru/forum/read.php?id_forum=4&id_theme=82842#post493116есть таблица с класом table. в ней 4 столбца и 5 строк. Мне нужно удалить текст из второго столбца. Получается...jQuery: обнулить второй столбец таблицыMon, 3 Oct 2011 15:19:56 +0300admiral