Skip to content
This repository has been archived by the owner on Oct 8, 2021. It is now read-only.

Commit

Permalink
docs: corrected closing tag (</code> instead of </open>)
Browse files Browse the repository at this point in the history
  • Loading branch information
agcolom committed Sep 11, 2012
1 parent a09ef52 commit 204e676
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/pages/popup/index.html
Expand Up @@ -332,7 +332,7 @@ <h2>Theming the popup and overlay</h2>
<h2>Note: Chaining of popups not allowed</h2>
<p>The framework does not currently support chaining of popups so it's not possible to embed a link from one popup to another popup. All links with a <code>data-rel="popup"</code> inside a popup will not do anything at all.</p>
<p>This also means that custom select menus will not work inside popups, because they are themselves implemented using popups. If you place a select menu inside a popup, it will be rendered as a native select menu, even if you specify <code>data-native-menu="false"</code>.</p>
<p>A workaround to get chained popups working is the use of a timeout for example in the <code>popupafterclose</code> event bound to the invoking popup. In the following example, when the first popup is closed, the second will be opened by a delayed call to the <code>open</open> method:</p>
<p>A workaround to get chained popups working is the use of a timeout for example in the <code>popupafterclose</code> event bound to the invoking popup. In the following example, when the first popup is closed, the second will be opened by a delayed call to the <code>open</code> method:</p>
<pre><code>
$( document ).on( "pageinit", function() {
$( '.popupParent' ).on({
Expand Down

0 comments on commit 204e676

Please sign in to comment.