$(".expand2").click(function(){
alert(ind);
$(this).parent().next().slideToggle("fast");
$(this).css("display","none");
});
Алерт: .expand2;
$(".hide2").click(function(){
alert(ind);
$(ind).parent().next().slideToggle(function(){
$(ind).css("display","block");
});
});
Алерт: .expand2;
Во всех других местах(тоесть внутри функции
$(document).ready(function(){
но не внутри других функций) Алерт выдает undefined.