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.

pagebeforehide return 'undefined' for ui.nextPage #700

@jstrimpel

Description

@jstrimpel

pagebeforehide and pagebeforeshow are returning undefined when referencing ui.prevPage and ui.nextPage. I have tried various different combinations since the documentation states that 'Note that all four of these events expose a reference to either the next page (nextPage) or previous page (prevPage), depending on whether the page is being shown or hidden', but nothing has worked thus far.

$('div').live('pagebeforehide',function(event, ui){
console.log(ui.nextPage.attr('id'));
});

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