ホームページ > ウェブフロントエンド > htmlチュートリアル > WeChat を長押しして話す HTMLimplementation_html/css_WEB-ITnose

WeChat を長押しして話す HTMLimplementation_html/css_WEB-ITnose

WBOY
リリース: 2016-06-24 11:44:28
オリジナル
1271 人が閲覧しました

コードを直接見る方が早いです:


<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" /><button id="hhhh">按住说话</button>  <style type="text/css">      #hhhh{height:40px;line-height: 40px; text-align: center; background: #f00; color:#fff;}  </style>  <script>  document.getElementById('hhhh').addEventListener('touchstart', function(ev) {           ev.preventDefault();           this.style.background = '#f00';           //your start record code here...        }, false);  document.getElementById('hhhh').addEventListener('touchend', function(ev) {          ev.preventDefault();           this.style.background  = '#0f0';           //your stop record code here...        }, false);</script>
ログイン後にコピー


関連ラベル:
ソース:php.cn
このウェブサイトの声明
この記事の内容はネチズンが自主的に寄稿したものであり、著作権は原著者に帰属します。このサイトは、それに相当する法的責任を負いません。盗作または侵害の疑いのあるコンテンツを見つけた場合は、admin@php.cn までご連絡ください。
人気のチュートリアル
詳細>
最新のダウンロード
詳細>
ウェブエフェクト
公式サイト
サイト素材
フロントエンドテンプレート