mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-04-12 18:31:02 +00:00
fixed typos and added @deprecated note to the $.mobile.addResolutionBreakpoints method
This commit is contained in:
parent
e81e3b19c0
commit
a41c2ce8d1
1 changed files with 4 additions and 2 deletions
|
|
@ -216,7 +216,7 @@ $.mobile.hidePageLoadingMsg();
|
|||
<dd>The port specified within the URL. Most URLs rely on the default port for the protocol used, so this may be an empty string most of the time.</dd>
|
||||
<dt><code>protocol</code></dt>
|
||||
<dd>The protocol for the URL including the trailing ':' character.</dd>
|
||||
<dt><code>search<</code>/dt>
|
||||
<dt><code>search</code></dt>
|
||||
<dd>The query component of the URL including the leading '?' character.</dd>
|
||||
</dl>
|
||||
<p>But it also contains additional properties that provide access to additional components as well as some common forms of the URL developers access:</p>
|
||||
|
|
@ -481,7 +481,9 @@ $.mobile.silentScroll(100);
|
|||
|
||||
|
||||
<dt><code>$.mobile.addResolutionBreakpoints</code> (<em>method</em>)</dt>
|
||||
<dd>Add width breakpoints to the min/max width classes that are added to the HTML element.</dd>
|
||||
<dd>
|
||||
<p class="ui-bar-e ui-body"><strong>Note: This feature is deprecated in beta, and will be removed after that. We recommend using CSS3 Media Queries instead.</strong></p>
|
||||
Add width breakpoints to the min/max width classes that are added to the HTML element.</dd>
|
||||
<dd>
|
||||
<dl>
|
||||
<dt><code>·</code> Arguments:</dt>
|
||||
|
|
|
|||
Loading…
Reference in a new issue