diff --git a/entries/pagecontainer.xml b/entries/pagecontainer.xml index 6d182d9f..c1c4486b 100644 --- a/entries/pagecontainer.xml +++ b/entries/pagecontainer.xml @@ -352,8 +352,10 @@ $( ":mobile-pagecontainer" ).on( "pagecontainershow", function( event, ui ) { - $( ":mobile-pagecontainer" ).pagecontainer( "change", "confirm.html", { role: "dialog" } ); - Programmatically change from one page to another. + + $( ":mobile-pagecontainer" ).pagecontainer( "change", "confirm.html", { role: "dialog" } ); + Programmatically change from one page to another. + The URL to which to navigate. This can be specified either as a string, or as a jQuery collection object containing the page DOM element. @@ -409,8 +411,10 @@ $( ":mobile-pagecontainer" ).on( "pagecontainershow", function( event, ui ) { Return the currently active page. - $( ":mobile-pagecontainer" ).pagecontainer( "load", "confirm.html", { role: "dialog" } ); - Load an external page, enhance its content, and insert it into the DOM. + + $( ":mobile-pagecontainer" ).pagecontainer( "load", "confirm.html", { role: "dialog" } ); + Load an external page, enhance its content, and insert it into the DOM. + The URL from which to load the page. This can be an absolute or a relative URL (e.g. "about/us.html"). You can also specify a jQuery collection object.