gallery9_column2.html

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

HTML
35
字号
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
   <head>
      <title>
         Introduction to Ajax Tutorial
      </title>
   </head>
   <body>
   
   <p class="main">
               Here we want to hide that accessibility on the main page so we
               do that by calling a case via the ajaxManager function. We then
               want to store the arrays so that we can use them as a user
               cycles through the gallery. The rest is loading content as was
               discussed previously.
            </p>
            <p class="main">
               The whole JavaScript file for the fading galley widget is 3.76
               kb which is light enough in itself. We could shave a
               considerable amount of that by using shorter variable and
               function names and removing all the white space. But, since this
               is a developer&#39;s / designer&#39;s orientated site, I like to
               leave my code readable.
            </p>
            <p class="main">
               If you think about it that small piece of JavaScript does quite
               a lot. It loads in both html / image files and xml files,
               centers those files automatically, provides a mechanism where
               the user can continually load images and navigate either forward
               or backward and provides a fading FX. Not bad going is it?
            </p>
   </body>
</html>

⌨️ 快捷键说明

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