Where the ID for demob div is the page in the middle of the original place JS call, the following hidden ID for the Demob_hidden div and the next JS code placed in the end of the page, so that most of the contents of the Web page loaded after loading hidden div in the JS call, Then use the function of the following to assign to Demob, this can reduce the external JS loading speed to the overall load of the Web page visual impact.
Method Two
JS Delay Loading
The code is as follows: Program code <script language= "javascript" src= "id=" my "></script> <script> settimeout ("document.getElementById"). src= ' include/php tutorial 100.php Tutorial '; ', 3000;/3 seconds </script>
JS Final Load
Insert the following code where you want to insert JS:
Program code <span id=l4ever>loading...</span>
Of course, that loading ... You can switch to your favorite small picture.
Then insert at the bottom of the page:
Program code <span Class=spanclass id=ad_l4ever> Your JS code here!</span> <script>l4ever.innerhtml=ad_l4ever.innerhtml;ad_l4ever.innerhtml= "";</script> </body> </html>
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.