该插件可以拖放树节点并重新排列树。
您可以在API中找到所有dnd插件配置选项.
$(function () { $("#plugins3").jstree({ "core" : { "check_callback" : true }, "plugins" : [ "dnd" ] }); });