simple alert message

    function alertMsgJKFA() {
        let h =`
\"alertMsgJKFA\" style=\"position:fixed;width:200px;left:calc(50% - 100px);
        padding: 10px;
    top: 20px;
    background-color: lightgrey;
    border-radius: 5px;
    box-shadow: 1px 1px 50px rgba(0,0,0,0.3);text-align:center;\">
                操作成功
           
`
;
        $("body").append(h);
        setTimeout(function () {
            $(".alertMsgJKFA").remove();
        }, 1000);
    }
« Back to Home

Comments (0)

No comments yet. Be the first to comment!

Leave a Comment