jquery mobile tel call

在jQuery mobile中,如果我们需要客户端手机点击某个按钮或者链接后可以自动调用电话薄可以用下面的方法

mobile:<a href="tel:1347878787">13564567878</a>

tel: <a href="tel:0755-28457143">0755-28457143</a>

还可以调用发送邮件的

<a href="mailto:[email protected]">[email protected]</a>

参考 http://jquerymobile.com/demos/1.0a2/docs/pages/link-formats.html

相关推荐