這篇“如何用JS實(shí)現(xiàn)實(shí)時彈出新消息提示框并有提示音響”文章的知識點(diǎn)大部分人都不太理解,所以小編給大家總結(jié)了以下內(nèi)容,內(nèi)容詳細(xì),步驟清晰,具有一定的借鑒價值,希望大家閱讀完這篇文章能有所收獲,下面我們一起來看看這篇“如何用JS實(shí)現(xiàn)實(shí)時彈出新消息提示框并有提示音響”文章吧。
成都創(chuàng)新互聯(lián)公司專注為客戶提供全方位的互聯(lián)網(wǎng)綜合服務(wù),包含不限于網(wǎng)站設(shè)計制作、網(wǎng)站設(shè)計、淮上網(wǎng)絡(luò)推廣、小程序制作、淮上網(wǎng)絡(luò)營銷、淮上企業(yè)策劃、淮上品牌公關(guān)、搜索引擎seo、人物專訪、企業(yè)宣傳片、企業(yè)代運(yùn)營等,從售前售中售后,我們都將竭誠為您服務(wù),您的肯定,是我們最大的嘉獎;成都創(chuàng)新互聯(lián)公司為所有大學(xué)生創(chuàng)業(yè)者提供淮上建站搭建服務(wù),24小時服務(wù)熱線:18982081108,官方網(wǎng)址:m.rwnh.cn
1、加入語音提示
<audio id="sound" autoplay="autoplay">
動態(tài)加入播放語音文件代碼:
document.getElementById("sound").src="<%=basePath%>admin/media/global.wav";
2、動態(tài)彈出消息提示框:
在此處我導(dǎo)入了jquery.gritter.js和jquery.gritter.css,具體實(shí)現(xiàn)代碼:
jQuery(document).ready(function() { setInterval(function(){ $.post('ajax/linecheck',function(data){ var json=eval("("+data+")"); $.each(json,function(index,item){ $("#line"+item.id).html("") $.each(item.localList,function(index,item2){ if(item2.attendOCList!=""){ $("#line"+item.id).append("<li class='in' id='in"+item2.id+"'><div class='avatar'>" +item2.location+"</div><div class='message'><ul id=li"+item2.id+"></ul></div></li>") } $.each(item2.attendOCList,function(index,item3){ if(item3.status==0){ $("#li"+item2.id).append("<li class='user'><span class='username'>"+item3.person_name +"</span><br><span style='color:red;' class='username'>時間: " + item3.today+" "+item3.times +"</span><br><span class='username'>電話:" +item3.person_phone+"</span><br><span class='username'>身份證:" +item3.card_id+"</span></li><hr>"); }else{ $("#li"+item2.id).append("<li class='user'><span class='username'>" +item3.person_name+"</span><br><span style='color:red;' class='username'>時間: " + item3.today+" "+item3.times +"</span><br><span class='username'>電話:" +item3.person_phone+"</span><br><span class='username'>身份證:" +item3.card_id+"</span></li><hr>"); document.getElementById("sound").src="<%=basePath%>admin/media/global.wav"; setTimeout(function () { var unique_id = $.gritter.add({ title: item3.person_name+"("+item2.location+")", text:"<span class='username'>"+item3.person_name +"</span><br><span style='color:red;' class='username'>時間: " + item3.today+" "+item3.times +"</span><br><span class='username'>電話:" +item3.person_phone+"</span><br><span class='username'>身份證:"+item3.card_id+"</span>", sticky: true, time: '', class_name: 'my-sticky-class' }); setTimeout(function () { $.gritter.remove(unique_id, { fade: true, speed: 'slow' }); }, 12000); }, 2000); } }); }); }); }); },2000); });
以上就是關(guān)于“如何用JS實(shí)現(xiàn)實(shí)時彈出新消息提示框并有提示音響”這篇文章的內(nèi)容,相信大家都有了一定的了解,希望小編分享的內(nèi)容對大家有幫助,若想了解更多相關(guān)的知識內(nèi)容,請關(guān)注創(chuàng)新互聯(lián)行業(yè)資訊頻道。
分享標(biāo)題:如何用JS實(shí)現(xiàn)實(shí)時彈出新消息提示框并有提示音響
當(dāng)前鏈接:http://m.rwnh.cn/article48/jipsep.html
成都網(wǎng)站建設(shè)公司_創(chuàng)新互聯(lián),為您提供Google、企業(yè)建站、App開發(fā)、網(wǎng)站收錄、網(wǎng)頁設(shè)計公司、App設(shè)計
聲明:本網(wǎng)站發(fā)布的內(nèi)容(圖片、視頻和文字)以用戶投稿、用戶轉(zhuǎn)載內(nèi)容為主,如果涉及侵權(quán)請盡快告知,我們將會在第一時間刪除。文章觀點(diǎn)不代表本網(wǎng)站立場,如需處理請聯(lián)系客服。電話:028-86922220;郵箱:631063699@qq.com。內(nèi)容未經(jīng)允許不得轉(zhuǎn)載,或轉(zhuǎn)載時需注明來源: 創(chuàng)新互聯(lián)