hingsir / badge

QQ unread notifications

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

badge 仿QQ未读提醒

拖动徽章可消除未读,拖动至初始位置则不消除。

使用方法

<script src="../index.js"></script>
<script>
    new Badge({
        container: '.msg-badge',
        count: 8,
        overflowCount: 99, // 超过此数字显示+号,默认99
        background: '#f50', // 背景色
        color: '#fff', // 前景色
        onRemoved: function(inst){
            console.log(this, inst)
        } // 消除后回调
    })
</script>

扫一扫看demo

二维码

About

QQ unread notifications


Languages

Language:JavaScript 100.0%