jquery – Jstree状态插件不保存树状态

在Jstree中添加状态插件仍然没有在页面刷新之间或单击链接并返回上一页之后保存树的状态
$('#myGrid').jstree({
    "types": {
       "key": {
           "icon": "Content/Images/skey.png"
       },"value": {
           "icon": "Content/Images/sValue.png"
       }
    },"state": { "key": "myTree" },"search": { },"core": {
        "check_callback":true,"data": [@Html.Raw(Model.JsonData)]
    },"plugins": ["state","types","search"]

谢谢,

解决方法

从文档中使用 set state property

相关文章

页面搜索关键词突出 // 页面搜索关键词突出 $(function () {...
jQuery实时显示日期、时间 html: <span id=&quot...
jQuery 添加水印 <script src="../../../.....
中文:Sys.WebForms.PageRequestManagerParserErrorExceptio...
1. 用Response.Write方法 代码如下: Response.Write(&q...
Jquery实现按钮点击遮罩加载,处理完后恢复 思路: 1.点击按...