mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-05-01 03:14:43 +00:00
updated doc
This commit is contained in:
parent
9e91fa6752
commit
aa0228d5b8
1 changed files with 3 additions and 0 deletions
|
|
@ -68,6 +68,9 @@ $(document).bind("mobileinit", function(){
|
|||
<p>The following defaults are configurable via the <code>$.mobile</code> object:</p>
|
||||
|
||||
<dl>
|
||||
<dt>ns (<em>string</em>, default: "jq-"):</dt>
|
||||
<dd>The namespaced used in data- attributes, for example, data-jq-role. Can be set to anything, including a blank string.</dd>
|
||||
|
||||
<dt>subPageUrlKey (<em>string</em>, default: "ui-page"):</dt>
|
||||
<dd>The url parameter used for referencing widget-generated sub-pages (such as those generated by nested listviews). Translates to to <em>example.html<strong>&ui-page=</strong>subpageIdentifier</em>. The hash segment before &ui-page= is used by the framework for making an Ajax request to the URL where the sub-page exists.</dd>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue