fixed doc: missing/invalid HTML tags and wrong paths

This commit is contained in:
kptdobe 2010-11-16 19:31:44 +08:00 committed by Scott Jehl
parent 15e8fa11a5
commit c413b2f86f
8 changed files with 13 additions and 12 deletions

View file

@ -47,7 +47,8 @@
<dl>
<dt><code>scrollstart</code></dt>
<dd>Triggers when a scroll begins. Note that iOS devices freeze DOM manipulation during scroll, queuing them to apply when the scroll finishes. We're currently investigating ways to allow DOM manipulations to apply before a scroll starts.</dd>
<dl>
</dl>
<dl>
<dt><code>scrollstop</code></dt>
<dd>Triggers when a scroll finishes.</dd>
</dl>
@ -103,8 +104,8 @@ $('div').live('pagehide',function(event, ui){
<h2>Animation Events</h2>
<p>jQuery Mobile exposes the <code>animationComplete</code> plugin, which you can utilize after adding or removing a class that applies a CSS transition.</p>
</div><!-- /content -->
</div><!-- /content -->
</div><!-- /page -->

View file

@ -7,7 +7,7 @@
<link rel="stylesheet" href="../_assets/css/jqm-docs.css"/>
<script type="text/javascript" src="../../js/"></script>
<script type="text/javascript" src="../docs/docs.js"></script>
</head>
</head>
<body>
<div data-role="page">
@ -24,7 +24,7 @@
&lt;a href=&quot;index.html&quot; data-role=&quot;button&quot;&gt;No&lt;/a&gt;
&lt;a href=&quot;index.html&quot; data-role=&quot;button&quot;&gt;Maybe&lt;/a&gt;
&lt;/div&gt;
</pre></code>
</code></pre>
<p>By default, grouped buttons are presented as a vertical list:</p>

View file

@ -35,7 +35,7 @@
&lt;a href=&quot;index.html&quot; data-role=&quot;button&quot;&gt;Cancel&lt;/a&gt;
&lt;a href=&quot;index.html&quot; data-role=&quot;button&quot; data-theme=&quot;b&quot;&gt;Save&lt;/a&gt;
&lt;/div&gt;
</pre></code>
</code></pre>
<p>This creates an inline button set:</p>

View file

@ -33,7 +33,7 @@
<pre><code>
&lt;a href=&quot;index.html&quot; data-role=&quot;button&quot; data-theme=&quot;a&quot;&gt;Theme a&lt;/a&gt;
</pre></code>
</code></pre>
<p>Here are 4 buttons with icons that have a different swatch letter assigned via the <code>data-theme</code> attribute.</p>

View file

@ -31,7 +31,7 @@
&lt;h3&gt;I&#x27;m a header&lt;/h3&gt;
&lt;p&gt;I&#x27;m the collapsible content. By default I'm open and displayed on the page, but you can click the header to hide me.&lt;/p&gt;
&lt;/div&gt;
</pre></code>
</code></pre>
<div data-role="collapsible">

View file

@ -48,7 +48,7 @@
&lt;div data-role=&quot;fieldcontain&quot;&gt;
...label/input code goes here...
&lt;/div&gt;
</pre></code>
</code></pre>
</div><!-- /content -->

View file

@ -3,9 +3,9 @@
<head>
<meta charset="utf-8" />
<title>jQuery Mobile Docs - Lists</title>
<link rel="stylesheet" href="../themes/default" />
<link rel="stylesheet" href="../../themes/default" />
<link rel="stylesheet" href="../_assets/css/jqm-docs.css"/>
<script type="text/javascript" src="../js/"></script>
<script type="text/javascript" src="../../js/"></script>
</head>
<body>

View file

@ -39,7 +39,7 @@
<div data-role="footer">
<div data-role="navbar">
<ul>
<li><a href="#"class="ui-btn-active">One</a></li>
<li><a href="#" class="ui-btn-active">One</a></li>
<li><a href="#">Two</a></li>
</ul>
</div><!-- /navbar -->