You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<dd>Programmatically change from one page to another. This method is used internally for transitions that occur as a result of clicking a link or submitting a form, when those features are enabled.</dd>
27
+
28
+
<dd>
29
+
30
+
<dl>
31
+
<dt>Arguments</dt>
32
+
<dd><code>to</code>
33
+
<ul>
34
+
<li>String, url to transition to (<code>"about/us.html"</code>)</li>
35
+
<li>jQuery object (<code>$("#about")</code>)</li>
36
+
<li>Array specifying two page references [from,to] for transitioning from a known page. From is otherwise assumed to be the current page in view (or $.mobile.activePage ).</li>
37
+
<li>Object for sending form data. (<code>{to: url, data: serialized form data, type: "get" or "post"}</code></li>
<dd>Add width breakpoints to the min/max width classes that are added to the HTML element.</dd>
112
+
<dd>
113
+
<dl>
114
+
<dt>Arguments:</dt>
115
+
<dd><code>values</code> (<em>number or array</em>). Pass any number or array of numbers to add to the resolution classes. Read more about this feature here: <ahref="mediahelpers.html">Orientation & resolution targeting</a>.</dd>
0 commit comments