Показать сообщение отдельно
  #6 (permalink)  
Старый 28.04.2011, 17:49
sinistral
Посмотреть профиль Найти все сообщения от melky
 
Регистрация: 28.03.2011
Сообщений: 5,418

а, точно

var ind;

function getId(id){
ind = id;
}

$(document).ready(function(){

$(".expand_box").hide();

$(".expand1").click(function(){  $(this).parent().next().slideToggle("fast");$(this).css("display","none");});

$(".hide1").click(function(){ $(ind).parent().next().slideToggle(function(){ $(ind).css("display","block"); });});


});


а где присваивание чего-нибудь ind ??
Ответить с цитированием