Showing with 19 additions and 4 deletions.
  1. +16 −1 docs/content/content-collapsible-methods.html
  2. +3 −3 docs/lists/lists-themes.html
@@ -33,7 +33,22 @@ <h2>Collapsible content</h2>
<li><a href="content-collapsible-events.html" data-role="button" data-transition="fade">Events</a></li>
</ul>

<p>The collapsible plugin has no public methods.</p>
<p>The collapsible plugin has the following methods:</p>

<dl>
<dt><code>collapse</code> collapse a collapsible</dt>
<dd>
<pre><code>
$( ".selector" ).trigger( "collapse" );
</code></pre>
</dd>
<dt><code>expand</code> expand a collapsible</dt>
<dd>
<pre><code>
$( ".selector" ).trigger( "expand" );
</code></pre>
</dd>
</dl>
</div><!--/content-primary -->

<div class="content-secondary">
@@ -206,7 +206,7 @@ <h3>Warning</h3>
</li>
</ul>

<p>The icon for the split theme can set at the list level by adding the <code>data-split-icon</code> to the list and specifying a <a href="../buttons/buttons-icons.html">standard icon</a>. This attribute can also be added to individual split inside list items by adding a <code> data-icon</code> attribute to specific links (see second list item).</p>
<p>The icon for the split can be set at the list level by adding the <code>data-split-icon</code> to the list and specifying a <a href="../buttons/buttons-icons.html">standard icon</a>. The icon can also be set to an individual split by adding a <code>data-icon</code> attribute to specific list items (see second list item).</p>

<code>
&lt;ul data-role=&quot;listview&quot; data-inset=&quot;true&quot; data-split-theme=&quot;d&quot; data-split-icon=&quot;delete&quot;&gt;
@@ -220,12 +220,12 @@ <h3>Broken Bells</h3>
</a>
<a href="index.html">Purchase album</a>
</li>
<li><a href="index.html">
<li data-icon="alert"><a href="index.html">
<img src="images/album-hc.jpg" />
<h3>Warning</h3>
<p>Hot Chip</p>
</a>
<a href="index.html">Purchase album</a>
<a href="index.html" data-theme="e">Purchase album</a>
</li>
</ul>