gallery2_column1.html

来自「Ajax tutorial archive」· HTML 代码 · 共 32 行

HTML
32
字号
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">

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

<body>
                <p class="main">
                  One thing we haven&#39;t discussed yet is the use of arrays.
                  In the interface you are currently using, I have a Javascript
                  file named setarrays in the script folder. That file contains
                  all the array information for loading pages, displaying
                  titles, page numbers and so on. The file itself is loaded
                  into the interface via the importing JavaScript technique we
                  discussed earlier.
               </p>
               <p class="main">
                  In the gallery widget, more for the sake of conceptual ease
                  than functionality, I have kept the arrays in the one
                  function. Baby steps are good when learning this stuff. Later
                  in part 2 of this tutorial, I will demonstrate how to load
                  them dynamically using the methods we learned earlier.
               </p>
               <p class="main">
                  For now I have added an extra case in the ajaxManager()
                  function called array_setup. This case allows us to store
                  information in arrays like so:
               </p>
</body>
</html>

⌨️ 快捷键说明

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