From d7937104b7f5f6994918be43ea5455213e0b5896 Mon Sep 17 00:00:00 2001 From: Gabriel Schulhof Date: Tue, 11 Feb 2014 13:05:18 +0200 Subject: [PATCH] Pagecontainer: The url parameter for load() cannot be a jQuery object Fixes gh-240 --- entries/pagecontainer.xml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/entries/pagecontainer.xml b/entries/pagecontainer.xml index c1c4486b..3b32a8ec 100644 --- a/entries/pagecontainer.xml +++ b/entries/pagecontainer.xml @@ -416,9 +416,8 @@ $( ":mobile-pagecontainer" ).on( "pagecontainershow", function( event, ui ) { 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. + The URL from which to load the page. This can be an absolute or a relative URL (e.g. "about/us.html"). - A hash containing options that affect the behavior of the method.