标签: javascript jquery jquery-ui jquery-ui-plugins
当我将功能附加到元素时,我需要在从DOM中删除它之前调用 .widgetName('destroy') ,还是jQuery会处理这个?
.widgetName('destroy')
答案 0 :(得分:4)
尝试使用remove。
remove
我认为这不会自动发生,但是我认为您不需要调用destroy方法,因为event handlers会从删除调用中销毁。
destroy
event handlers