mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-05-01 03:14:43 +00:00
fixed doc: missing/invalid HTML tags and wrong paths
This commit is contained in:
parent
15e8fa11a5
commit
c413b2f86f
8 changed files with 13 additions and 12 deletions
|
|
@ -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 -->
|
||||
|
||||
|
|
|
|||
|
|
@ -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 @@
|
|||
<a href="index.html" data-role="button">No</a>
|
||||
<a href="index.html" data-role="button">Maybe</a>
|
||||
</div>
|
||||
</pre></code>
|
||||
</code></pre>
|
||||
|
||||
<p>By default, grouped buttons are presented as a vertical list:</p>
|
||||
|
||||
|
|
|
|||
|
|
@ -35,7 +35,7 @@
|
|||
<a href="index.html" data-role="button">Cancel</a>
|
||||
<a href="index.html" data-role="button" data-theme="b">Save</a>
|
||||
</div>
|
||||
</pre></code>
|
||||
</code></pre>
|
||||
|
||||
<p>This creates an inline button set:</p>
|
||||
|
||||
|
|
|
|||
|
|
@ -33,7 +33,7 @@
|
|||
|
||||
<pre><code>
|
||||
<a href="index.html" data-role="button" data-theme="a">Theme a</a>
|
||||
</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>
|
||||
|
||||
|
|
|
|||
|
|
@ -31,7 +31,7 @@
|
|||
<h3>I'm a header</h3>
|
||||
<p>I'm the collapsible content. By default I'm open and displayed on the page, but you can click the header to hide me.</p>
|
||||
</div>
|
||||
</pre></code>
|
||||
</code></pre>
|
||||
|
||||
|
||||
<div data-role="collapsible">
|
||||
|
|
|
|||
|
|
@ -48,7 +48,7 @@
|
|||
<div data-role="fieldcontain">
|
||||
...label/input code goes here...
|
||||
</div>
|
||||
</pre></code>
|
||||
</code></pre>
|
||||
|
||||
|
||||
</div><!-- /content -->
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
|
|
@ -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 -->
|
||||
|
|
|
|||
Loading…
Reference in a new issue