我在 MainController 的索引视图中定义了多个 ActionLink。
Html.ActionLink("admin",controller = "Admin",action = “Index”)
Html.ActionLink("customer",controller = "Customer",action = “Index”)
Html.ActionLink("billing",controller = "Billing",action = “Index”)
这些动作链接在 Jquery 手风琴控件内。当我单击扩展器内容内的操作链接时,相关视图呈现在右侧 contentDIV 但左侧的手风琴已折叠以前打开的内容窗格并展开了初始内容窗格。为什么会这样,或者我该如何防止呢?