HTML JS Shells After the bottom page is forbidden to scroll processing

Source: Internet
Author: User

1. When you open a new page, you need to disable the mouse wheel, prevent page swipe;

When you call the display layer, add this JS code: Document.documentElement.style.overflow = "hidden"; The time to close the layer don't forget to add this sentence: Document.documentElement.style.overflow = "";


2. Set the original position of the scroll wheel

var top_temp = $ (document). ScrollTop () | | Document.documentElement.scrollTop | | Document.body.scrolltop;window.parent.scrollto (0,top_value);


This article is from the "Long Road" blog, please be sure to keep this source http://wangxin88.blog.51cto.com/3228434/1613296

HTML JS Shells After the bottom page is forbidden to scroll processing

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.