This article illustrates the method of JS dynamic insertion and immediate execution of callback functions. Share to everyone for your reference, specific as follows:
<! DOCTYPE HTML PUBLIC "-//W3C//DTD XHTML 1.0 transitional//en" "Http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd ">
The dynamic insertion of JS files plays a very important role in improving page loading speed and cross domain problems. The above is a simple example.
IE support onreadystatechange, do not support onload
Firefox support onload, do not support onreadystatechange
ie above not necessarily loaded or complete trigger, or two will trigger, so use or to judge.
Note the case of Script.onreadystatechange and script.readystate, which can cause errors that are not easy to detect, case-insensitive.
More readers interested in JavaScript-related content can view the site topics: "JavaScript switching effects and tips summary", "JavaScript Search Algorithm Skills Summary", "JavaScript animation effects and tips summary", " JavaScript error and debugging skills Summary, JavaScript data structure and algorithm skills summary, JavaScript traversal algorithm and skills summary and JavaScript mathematical calculation usage Summary
I hope this article will help you with JavaScript programming.