[jQuery] Simple Modal Close Event

[jQuery] Simple Modal Close Event


I'm using the simpleModal plugin to display dialog windows. I have a
callback on the onclose event which fires another event.
Is it correct that the $.modal.close() does not fire the onclose
callback. If this is correct is there a way i could workaround this?