NON ROVE À JQUERY

    $(".card").mouseleave(function () {
        $(".card").find('.span_delete').hide(300);
    })
Mohamad