JsTree - 选择父节点将导致浏览器冻结
JsTree - selecting a parent node will cause browser to freeze
我正在使用 jstree,当我 select 一个父节点(展开父节点之后)时,我的浏览器冻结并且我无法进入控制台或调试器工具进行调试。
我使用 Chrome 作为我的浏览器。
如果需要任何其他信息,请随时询问。谢谢
I had the same problem with browser freeze .
If you are using Firebug Firefox, you'll notice the problem from time loading
of JavaScript files .
so you have to make JavaScript files call firstly by put them inside main page
or before the code script .
我简单地删除了core.data.ajax回调函数中的一些数据操作代码,它就解决了!显然我犯了一些错误,我手动更改了节点 ID,结果,执行以循环加载节点结束。
我正在使用 jstree,当我 select 一个父节点(展开父节点之后)时,我的浏览器冻结并且我无法进入控制台或调试器工具进行调试。 我使用 Chrome 作为我的浏览器。 如果需要任何其他信息,请随时询问。谢谢
I had the same problem with browser freeze .
If you are using Firebug Firefox, you'll notice the problem from time loading of JavaScript files .
so you have to make JavaScript files call firstly by put them inside main page
or before the code script .
我简单地删除了core.data.ajax回调函数中的一些数据操作代码,它就解决了!显然我犯了一些错误,我手动更改了节点 ID,结果,执行以循环加载节点结束。