mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-04-16 12:21:12 +00:00
[popup-docs] "#popupTester" has gone missing, breaking the theme inheritance demo - restore
This commit is contained in:
parent
f60779518d
commit
3d4fec8c69
1 changed files with 4 additions and 0 deletions
|
|
@ -138,6 +138,10 @@
|
|||
$('#myPopupDiv').popup();
|
||||
</code></pre>
|
||||
|
||||
<div data-role="popup" id="popupTester">
|
||||
<p>This popup assumes the theme of the button that launches it.</p>
|
||||
<p>Thus, it supports the idea that it is connected to the button.</p>
|
||||
</div>
|
||||
|
||||
<h2>Theming the popup</h2>
|
||||
<p>Normally, the popup's theme will be set to align with the theme of the link that launches it. The above popup can be shown in multiple places. Each time, upon appearing, the popup's theme is set to match that of the link that launches it:</p>
|
||||
|
|
|
|||
Loading…
Reference in a new issue