Skip to content

closeSelector not working  #9

@dsozzi

Description

@dsozzi

Hi, I'm displaying a side panel calling the global API:

 $.slidePanel.show({
  closeSelector : '#idButton',
  content: '<div><button id="idButton" type="button">close</button></div>'
});

and I expected that a listener was going to be attached to the panel and when I click an element inside the panel with id: idButton, the panel would close but it doesn't. I've tried to insert a breakpoint when the listener is created but it doesn't event stop there.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions