Состояние checkboxhttp://softtime.ru/forumСостояние checkboxhttp://softtime.ru/forum/read.php?id_forum=4&id_theme=61312#post357262Получилось сделать так: $('table.tbList tr', this).mouseout(function(){ alert($('input:checkbox', this).attr('checked')); }); Спасибо за помощьСостояние checkboxMon, 29 Dec 2008 17:10:55 +0300brysСостояние checkboxhttp://softtime.ru/forum/read.php?id_forum=4&id_theme=61312#post357259А как узнать тоже самое только с помощью jquery ? Примерно так делаю: $('table.tbList tr', this).mouseout(function(){ alert($('table.tbList input:checkbox').checked); });...Состояние checkboxMon, 29 Dec 2008 16:59:10 +0300brysСостояние checkboxhttp://softtime.ru/forum/read.php?id_forum=4&id_theme=61312#post357255доработать только надо ) "table" "tr onmouseover="alert(document.getElementById('ch').checked);"" "td""input name="ch" id="ch" type="checkbox" /""/td" "td"Что нибудь"/td" "/tr" "/table" Состояние checkboxMon, 29 Dec 2008 16:41:27 +0300ddhvvnСостояние checkboxhttp://softtime.ru/forum/read.php?id_forum=4&id_theme=61312#post357245Можно как то узнать состояние checkbox при наведении на на tr? вот код "tr" "td""input name="ch" type="checkbox" /""/td" "td"Что...Состояние checkboxMon, 29 Dec 2008 15:13:51 +0300brys