When you open a tab and fill the contents of the div with an ajax response, after you then close the tab using the close button, what happens to the contents of the DIV?
Is it all destroyed?
I have the contents of a DIV loaded by ajax which has some javascript in it which initializing some other widgets and it seems these are left behind?
Such as creating a jqxwindow?
If this is normal, do I have to destroy them manually?