You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<desc><p>Triggered after a popup has completed preparations for opening, but has not yet opened</p>
518
518
<pre><code>
519
519
$( ".selector" ).bind({
@@ -523,7 +523,7 @@ $( ".selector" ).bind({
523
523
<p>This event is triggered when the popup has completed preparations for appearing on the screen. At this point the popup has not started the animations and it has not yet calculated the coordinates where it will appear on the screen. Handling this event gives an opportunity to modify the content of the popup before it appears on the screen. For example, the content can be scaled or parts of it can be hidden or removed if it is too wide or too tall.</p>
524
524
</desc>
525
525
</event>
526
-
<eventname="popupafteropen"type="popupafteropen">
526
+
<eventname="afteropen"type="popupafteropen">
527
527
<desc><p>Triggered after a popup has completely opened</p>
528
528
<pre><code>
529
529
$( ".selector" ).bind({
@@ -533,7 +533,7 @@ $( ".selector" ).bind({
533
533
<p>This event is triggered when the popup has completely appeared on the screen, meaning that all associated animations have completed.</p>
0 commit comments