Skip to content
This repository has been archived by the owner on Oct 8, 2021. It is now read-only.

Commit

Permalink
language and spelling corrections
Browse files Browse the repository at this point in the history
  • Loading branch information
johnbender committed Feb 23, 2012
1 parent 95bffbb commit 726c56e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/api/methods.html
Original file line number Diff line number Diff line change
Expand Up @@ -162,22 +162,22 @@ <h1>Methods</h1>


<dt><code>$.fn.jqmEnhanceable()</code> (<em>method</em>)</dt>
<dd>For users wishing to respect <code>data-enhance=false</code> parent elements during manual enhancement or custom plugin authoring jQuery Mobile provdes the <code>$.fn.jqmEnhanceable</code> filter method.</dd>
<dd>For users that wish to respect <code>data-enhance=false</code> parent elements during manual enhancement or custom plugin authoring jQuery Mobile provides the <code>$.fn.jqmEnhanceable</code> filter method.</dd>
<dd>
<dl>
<dt><code>&#183;</code> Settings:</dt>
<dd>When <code>$.mobile.ignoreContentEnabled</code> is set to true, this method will traverse the parent nodes for each DOM element in the jQuery object and where it finds a <code>data-enhance=false</code> parent the child will be removed from the set.</dd>
<dd>If, and only if, <code>$.mobile.ignoreContentEnabled</code> is set to true, this method will traverse the parent nodes for each DOM element in the jQuery object and where it finds a <code>data-enhance=false</code> parent the child will be removed from the set.</dd>
<dt><code>&#183;</code> Warning:</dt>
<dd>The operation of traversing all parent elements can be expensive for even small jQuery object sets.</dd>
</dl>
</dd>

<dt><code>$.fn.jqmHijackable()</code> (<em>method</em>)</dt>
<dd>For users wishing to respect <code>data-ajax=false</code> parent elements during custom form and link binding jQuery Mobile provdes the <code>$.fn.jqmHijackable</code> filter method.</dd>
<dd>For users that wish to respect <code>data-ajax=false</code> parent elements during custom form and link binding jQuery Mobile provides the <code>$.fn.jqmHijackable</code> filter method.</dd>
<dd>
<dl>
<dt><code>&#183;</code> Settings:</dt>
<dd>When <code>$.mobile.ignoreContentEnabled</code> is set to true, this method will traverse the parent nodes for each DOM element in the jQuery object and where it finds a <code>data-ajax=false</code> parent the child form or link will be removed from the set.</dd>
<dd>If, and only if, <code>$.mobile.ignoreContentEnabled</code> is set to true, this method will traverse the parent nodes for each DOM element in the jQuery object and where it finds a <code>data-ajax=false</code> parent the child form or link will be removed from the set.</dd>
<dt><code>&#183;</code> Warning:</dt>
<dd>The operation of traversing all parent elements can be expensive for even small jQuery object sets.</dd>
</dl>
Expand Down

0 comments on commit 726c56e

Please sign in to comment.