This repository was archived by the owner on Oct 8, 2021. It is now read-only.
This repository was archived by the owner on Oct 8, 2021. It is now read-only.
pageConatiner widget events #6865
Closed
Description
The new pageConatiner events cannot be attached to a specific page. I have tested both, pagecontainershow
and pagecontainerhide
.
They work when attached to document
only but not to #page_id
.
Both has no effect:
$( ".selector" ).on( "pagecontainershow", function (e, ui ) { // code });
$( document ).on( "pagecontainershow", ".selector", function (e, ui ) { // code });
Metadata
Metadata
Assignees
Labels
No labels