uxNotification. How to destroy a notification window?
I use uxNotification plugin in my application. In the sourcecode I
configured it with a property destroyAfterHide set to true and added
additional property closeAction set to destroy. However, after I click on
the close button and do win.destroy() manually, alert(win) still shows an
object, but not undefined or null as expected.
No comments:
Post a Comment