Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我的项目中有 jqTree,但我需要在 jqTree 初始化后更新 dragAndDrop 选项。
有没有办法像在 jQuery UI 中一样更新选项,或者我必须“销毁”插件并使用新选项再次初始化它(在这种情况下我如何销毁插件)?
谢谢
JqTree 不支持选项的更新。
您可以像这样销毁插件:
$('#tree1').tree('destroy');