JSTree上下文菜单弹出树和页面内容

时间:2014-03-08 18:45:20

标签: asp.net-mvc asp.net-mvc-3 jstree

我正在Asp.net MVC3应用程序中实现JSTree。我遇到的问题是隐藏在树后面的弹出上下文菜单。不知道这里发生了什么。是否有特定的顺序确保弹出窗口出现在前面(顶部)?

enter image description here

1 个答案:

答案 0 :(得分:0)

这是一个z索引问题。可在此链接找到解决方案:Google JSTree forum post: jstree and blockui don't work well together

谢谢伊万。