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.
Hi, I'm displaying a side panel calling the global API:
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.