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

📄 xmlpractical4_column2.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">
                  In many instances walking the DOM tree, bloats your code and
                  that is not good, particularly when we don&#39;t have to do
                  that. By using namespaces and existing xhtml technologies we
                  can leverage the best out of both worlds and get highly
                  functional Web applications, while avoiding code bloat.
               </p>
               <p class="main">
                  In the next example we are going to trigger a simple show /
                  hide event from the XML file. There are two lines in the xml
                  file (examples 5 folder) that are important to look at.
               </p>
               <p class="code">
                  <strong>Line 4:</strong> &lt;ul
                  xmlns=&quot;http://www.w3.org/1999/xhtml&quot;
                  id=&quot;eddies&quot;&gt;
               </p>
               <p class="code">
                  <strong>Line 13:</strong> &lt;a href=&quot;#&quot;
                  onmousedown=&quot;ajaxManager(&#39;hide_menu&#39;)&quot;&gt;Hide
                  Menu&lt;/a&gt;
               </p>
   </body>
</html>

⌨️ 快捷键说明

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