$(".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();
});