主頁 > 知識庫 > html在消息按鈕上增加數(shù)量角標(biāo)的實(shí)現(xiàn)代碼

html在消息按鈕上增加數(shù)量角標(biāo)的實(shí)現(xiàn)代碼

熱門標(biāo)簽:周口導(dǎo)航地圖標(biāo)注 東莞人工外呼系統(tǒng)多少錢 昌邑外呼系統(tǒng) 朝陽自動外呼系統(tǒng) 400電話辦理尚景 地圖標(biāo)注地點(diǎn)下載 默納克系統(tǒng)外呼顯示inns 商丘電話自動外呼系統(tǒng)怎么收費(fèi) 400電話是在哪里申請

html代碼:

<a  onclick="goMessage();" style="width: 60px;height: 100%;color: white;background: transparent;" href="#" class="easyui-linkbutton" data-options="iconCls:'fa fa-bell-o fa-2x',size:'large',iconAlign:'top'">消息<span id="msgNum" class="ii">4</span></a>

css代碼:

/*角標(biāo) */
    .ii{
        display: none;
        background: #f00;
        border-radius: 50%;
        width: 20px;
        height: 20px;
        top: 5px;
        right: 0px;
        position: absolute;
        text-align: center;
        color: #FFF;
        z-index: 99999;
    }

js代碼:

function ajaxa(){
         $.ajax({
                type:"POST",
                dataType : "json",
                async: false,
                url : "${pageContext.request.contextPath}/docinf/sendInform/lookForMsgNum.do",
                data : {},
                success : function(data){
                    if(data !=null){
                        if(parseInt(data)>10){
                            $("#msgNum").show();
                            $("#msgNum").text(parseInt(data));
                        }else if(parseInt(data)> 0){
                            $("#msgNum").show();
                            $("#msgNum").text(parseInt(data));
                        }else{
                            $("#msgNum").hide();
                        }
                    }
                },
                error:function(){
                }
            });
    }

實(shí)現(xiàn)效果:

以上所述是小編給大家介紹的html在消息按鈕上增加數(shù)量角標(biāo)的實(shí)現(xiàn)代碼,希望對大家有所幫助,如果大家有任何疑問請給我留言,小編會及時回復(fù)大家的。在此也非常感謝大家對腳本之家網(wǎng)站的支持!

標(biāo)簽:揭陽 銅陵 阿拉善盟 那曲 湖南 沈陽 福建 健身房

巨人網(wǎng)絡(luò)通訊聲明:本文標(biāo)題《html在消息按鈕上增加數(shù)量角標(biāo)的實(shí)現(xiàn)代碼》,本文關(guān)鍵詞  html,在,消息,按鈕,上,增加,;如發(fā)現(xiàn)本文內(nèi)容存在版權(quán)問題,煩請?zhí)峁┫嚓P(guān)信息告之我們,我們將及時溝通與處理。本站內(nèi)容系統(tǒng)采集于網(wǎng)絡(luò),涉及言論、版權(quán)與本站無關(guān)。
  • 相關(guān)文章
  • 下面列出與本文章《html在消息按鈕上增加數(shù)量角標(biāo)的實(shí)現(xiàn)代碼》相關(guān)的同類信息!
  • 本頁收集關(guān)于html在消息按鈕上增加數(shù)量角標(biāo)的實(shí)現(xiàn)代碼的相關(guān)信息資訊供網(wǎng)民參考!
  • 推薦文章