⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 importjs2_column1.html

📁 Ajax tutorial archive
💻 HTML
字号:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">

<html>
<head>
	<title>Introduction to Ajax Tutorial</title>
</head>

<body>
    <p class="main">
                  I like the term JavaScript components because it implies that
                  there are all these components that eventually will come
                  together in a functional way. In the past DHTML typically
                  would load huge JavaScript files that tended to cover all the
                  possibilities in one go, even if all those possibilities were
                  not used by someone viewing the page: A kind of shotgun
                  approach if you will.
               </p>
               <p class="main">
                  But via the use of xmlhttprequest we can change that around
                  and load only what is needed for minimal functionality and
                  then load the rest when a user requests a particular site
                  feature. Not only can this dramatically decrease page file
                  sizes, but it also gets around the one connection per script
                  tag problem.
               </p>
               <p class="main">
                  Let us dive into it by first looking at an example:
               </p>
               <p class="main">
                  <a href=
                  "http://dhtmlnirvana.com/ajax/ajax_tutorial/examples/example9/importjs.html"
                   target="_blank" title="view import js axaj demo">View
                  Example</a>
               </p>
</body>
</html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -