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

📄 next1_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">
                  Part of what I am attempting to do here with this tutorial
                  and the ones to follow is to demonstrate how ajax works in
                  principle. By no means is this set of tutorial meant to be
                  the be all of ajax, but rather is an introduction to how ajax
                  operates. Obviously I haven&#39;t covered everything that
                  Ajax can do in this tutorial. But we are going to expand into
                  different areas in the second part of the tutorial by looking
                  at the following.
               </p>
               <ul>
                  <li>
                     Gallery optimization. Currently the way the gallery is set
                     up it loads all the JavaScript on load up. In the next
                     tutorial, we are going to us the importing JavaScript
                     feature and for that matter introduce speeding up of CSS.
                     If you clever enough and willing to rollup your sleeves
                     you can take the code from this interface and integrate it  into the gallery widget.
                  </li>
               </ul>
</body>
</html>

⌨️ 快捷键说明

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