//html Read More
posted @ 2019-09-30 08:58 双木君 Views(637) Comments(0) Diggs(0)
<section class="music rotate"> <audio loop src="/static/wishChina/music1.mp3" id="audio_play" autoplay preload></audio> </section> //下面为jquery处理,加载完成,则调用该方法,播放音乐 function audioAutoPlay(id) { var audio Read More
posted @ 2019-09-30 08:52 双木君 Views(892) Comments(0) Diggs(0)
$('.pushJie').on('touchstart',touchStartFun).on('touchmove',touchmoveFun).on('touchend',touchendFun); function touchStartFun(e){ e.preventDefault(); touchStartX = e.originalEvent.cha... Read More
posted @ 2019-09-30 08:50 双木君 Views(974) Comments(0) Diggs(0)