gallery9_column1.html

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

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

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

<body>
                   <p class="main">
                  We then increment or decrement the array depending upon which
                  direction is clicked by using gallery_index++. The reverse of
                  that is gallery_index--;
               </p>
               <p class="main">
                  All we have to do then is just condition out the directions
                  based on an argument and the galleryArray.length and we are
                  good to go.
               </p>
               <p class="main">
                  The final thing to look at as far as this part of the
                  tutorial goes is the start_up case
               </p>
               <p class="code">
                  case &quot;start_up&quot;:<br />
                  ajaxManager(&#39;hide_access&#39;);<br />
                  ajaxManager(&#39;array_setup&#39;);<br />
                  ajaxManager(&#39;load_page&#39;, galleryArray[gallery_index],
                  &#39;galleryLYR&#39;);<br />
                  ajaxManager(&#39;load_page&#39;,
                  descriptionArray[description_index],
                  &#39;captionLYR&#39;);<br />
                  break;
               </p>
</body>
</html>

⌨️ 快捷键说明

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