Open
Description
Hi
Recently, I used tabs of jquery ui and run the demo https://jqueryui.com/tabs/#manipulation. I found the DOM is detached from the document tree but it is still referred by the classesElementLookup afer I closed the tabs like reference stack below:
[1] at Detached InternalNode@28601088
[8] at Detached HTMLLIElement@234047
[0] at jQuery.fn.init@318399
ui-state-focus at Object@318349
classesElementLookup at $..@313757
uiTabs at Object@329781
jQuery360058556434809620382 at HTMLDivElement@275389
When I open/close the tab frequently, there are mass of detached dom node increated.
Also I found there is no method to destroy single tab.