jQuery. toggle('slow') - получить "статус" - раскрыт блок или скрыт..http://softtime.ru/forumjQuery. toggle('slow') - получить "статус" - раскрыт блок или скрыт..http://softtime.ru/forum/read.php?id_forum=4&id_theme=81777#post487070 $(document).ready(function(){ $('#basketList " .title " .button').click(function(){ var isHidden = ! $('#basketList " .content').is(':hidden'); $('#basketList " .content').toggle('slow'); alert(isHidden); }); });...jQuery. toggle('slow') - получить "статус" - раскрыт блок или скрыт..Thu, 21 Jul 2011 08:43:15 +0300ГостьjQuery. toggle('slow') - получить "статус" - раскрыт блок или скрыт..http://softtime.ru/forum/read.php?id_forum=4&id_theme=81777#post487061а проверить установлено ли в стилях свойство display? if($('#basketList " .content').css('display') == 'none'){ //блок закрыт }else{ //блок открыт }jQuery. toggle('slow') - получить "статус" - раскрыт блок или скрыт..Thu, 21 Jul 2011 01:54:31 +0300ONYXjQuery. toggle('slow') - получить "статус" - раскрыт блок или скрыт..http://softtime.ru/forum/read.php?id_forum=4&id_theme=81777#post487054"div id="basketList"" "div class="title"" Оформляемые товары "div class="button" title="Развернуть список товаров."""/div" "/div" "div class="content""Содержимое"br /" Содержимое 2"/div" "/div" "script type="text/javascript""...jQuery. toggle('slow') - получить "статус" - раскрыт блок или скрыт..Wed, 20 Jul 2011 23:45:51 +0300frisst