Skip to content
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
Closed
@Palestinian

Description

@Palestinian

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 });

Demo

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions