關(guān)于標(biāo)簽title屬性
鼠標(biāo)懸浮時提示文字
<span class="col-xs-1" title="聊天記錄"><img src="../img/圖標(biāo)/liaotianjilu.png"></span>
關(guān)于事件的添加.bind()與刪除.unbind()
//為changeColor添加一個鼠標(biāo)右鍵的事件為chatMenu
$(".changeColor").bind("contextmenu", chatMenu);
//將鼠標(biāo)右鍵觸發(fā)的chatMenu事件刪除
$(".changeColor").unbind("contextmenu", chatMenu);
$(selector).unbind(event,function)喧锦;
selector :標(biāo)簽
event:事件名
function:函數(shù)名
$(".changeColor").bind("contextmenu", chatMenu);
同上
點擊電話號撥打電話
<!-- 在heml頁面中添加一下格式的兩句話斋枢,即可實現(xiàn)手機端撥打電話-->
<meta name="format-detection" content="telephone=yes"/>
< a href=" ">0311-85358073</ a>