ASP.Net 多视图和JQuery 手风琴

发布于 2024-12-27 10:01:54 字数 238 浏览 1 评论 0原文

我有一个 jQuery 手风琴在 ASP.Net MultiView 中运行。

如果放置在第一个视图上,它可以正常工作,但是当更改为带有手风琴的另一个视图时,它就无法工作。

在 Firebug 中查看,代码都在那里,样式等等......甚至悬停在上面也有效。单击标题时只是没有手风琴行为。

我做错了什么。

我唯一能想到的就是使用 ASP.Net Accordion Ajax 控件,但这会让我伤心。

I have a jQuery accordion running inside an ASP.Net MultiView.

It works fine if placed on the first view, however when changing to another view with the accordion on it fails to work.

Looking in Firebug the code is all there, the styles etc... even the hover over works. Just no accordion behavior when clicking headings.

What am I doing wrong.

Only thing i can think of is to use the ASP.Net Accordion Ajax control, however that would make me sad.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

汐鸠 2025-01-03 10:01:54

我猜问题是更新面板或 ajax 请求,当您更改步骤时,jquery 绑定会丢失。您可以使用 endRequest 事件重新绑定手风琴。

有关 endRequest http://msdn.microsoft. com/en-us/library/bb383810.aspx

I guess the problem is update panel or ajax request, when you change the step jquery bindings are lost. You can use endRequest event to rebind the accordion.

more details about endRequest http://msdn.microsoft.com/en-us/library/bb383810.aspx

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文