微信按住说话HTML实现_html/css_WEB-ITnose

WBOY
发布: 2016-06-24 11:44:28
原创
1257 人浏览过

直接看代码来得快:


<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
热门教程
更多>
最新下载
更多>
网站特效
网站源码
网站素材
前端模板