Thứ Sáu, 17 tháng 4, 2020

Notify

Link: http://msroot.github.io/Notify.js/
Download: tại đây

**** HTML
<div id="notifications"></div>

**** JS
Notify("Thêm sản phẩm vào giỏ hàng.",null,null,'danger');

**** CSS
#notifications {
    cursor: pointer;
    position: fixed;
    right: 0px;
    z-index: 9999;
    bottom: 0px;
    margin-bottom: 22px;
    margin-right: 15px;
    max-width: 300px;
}

Không có nhận xét nào:

Đăng nhận xét