私はモバイル Web サイトを作成しており、初心者です。Herf(iOS6)をロードする画像リンクを取得できませんでした。jクエリモバイルタップホールドイベントメソッドを使用しようとしています
この方法を使用して tel herf を呼び出す方法
<a id="phone" herf="tel:2062710041"> <img src="call.gif" width="40" height="39"></a></div>
<script>
$("phone").on('taphold', 'phone', tapholdHandler());
function tapholdHandler() {
href = "tel:12062710041";
}
</script>