location.pathname;outline:medium;undefined不能加引号
1.
?location.pathname?-- 返回URL的域名后的部分。例如 http://www.dreamdu.com/xhtml/ 返回/xhtml/
?2.
判斷某個名稱為undefined時,undefined不能加引號:? ?if(wocao==undefined)
3.
框子點擊后會默認帶邊框,去掉它的樣式是: outline:medium;(手機兼容)
4.
$("#phoneCall").attr("href","elive://go?url=telphone&mobile="+ a.servicePhone);
?? ??? ??? ??? ?$("#phoneCallS").attr("href","elive://go?url=telphone&mobile="+ a.servicePhone);
?? ??? ??? ??? ?$("#phoneMessage").attr("href","elive://go?url=sms?mobile="+ a.servicePhone+"&msg='請編輯信息'");
?? ??? ??? ??? ?$("#phoneMessageS").attr("href","elive://go?url=sms?mobile="+ a.servicePhone+"&msg='請編輯信息'");???
移動設備上打電話和發短信的代碼,先記著
轉載于:https://www.cnblogs.com/xisitan/p/4670514.html
總結
以上是生活随笔為你收集整理的location.pathname;outline:medium;undefined不能加引号的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: 12天学好C语言——记录我的C语言学习之
- 下一篇: (面试题)删除在另一个字符串中出现的字符