lcgyh / myDocs

0 stars 0 forks source link

怎么阻止移动端页面滚动? #17

Open lcgyh opened 7 years ago

lcgyh commented 7 years ago

怎么阻止移动端页面滚动?

lcgyh commented 7 years ago
$(document).on('touchmove',function(e){
    e.preventDefault();
  })