I a tabbar, with each tabbar containing a DIV, that gets its populated by code from a 3rd party product. If I have an event on the tabbar for onTabClose it goes to reference something in the DIV to cleanup, but the DIV has already been destroyed. With jquery easyui I was able to us onnbeforeclose for a tab, is there a way I can do this with tabbar so that I can unregister things in my Div before tabbar destroys it?
Many thanks.