$(".delete").mouseover(function() {
$('.delInfo').hide();
$('.delete').removeClass("action-d");
$(this).addClass("action-d");
$(this).next().show();
});
$('.delInfo').hide();
$('.delete').removeClass("action-d");
$(this).addClass("action-d");
$(this).next().show();
});
1337

被折叠的 条评论
为什么被折叠?



