在 Ajax 选项卡容器中无法访问第三个选项卡面板

发布于 2024-09-15 12:56:32 字数 207 浏览 6 评论 0原文

我在 aspx 页面中有一个 ajax 选项卡容器。早些时候,我在选项卡 cotnainer 中有 2 个选项卡面板。现在我想添加第三个选项卡面板。我可以添加第三个面板,但我可以访问第三个面板,即当我单击第三个面板时,不会显示该面板(当我将光标放在第三个选项卡面板名称上时,我什至没有得到方便的光标)。

谁能告诉我这样做的原因以及访问第三个选项卡的方法。

谢谢, 色法

I have an ajax tab container in an aspx page. Earlier I had 2 tab panels in the tab cotnainer. Now I want to add third tab panel. I could add the third panel but I am able to access the third panel, i.e. When I click on third panel, the panel is not shown(I didnt even get the handy cursor when i place the cursor on the third tab panel name).

Can anyone tell me the reason for this and the way to access the third tab.

Thanks,
Rupa

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

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

发布评论

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

评论(1

阳光的暖冬 2024-09-22 12:56:32

在“UL”之后,当不使用 AJAX 时,您需要将选项卡的 ID 放入“DIV”中,例如。

<div id="ui-tab-3">my tab content</div>

after 'UL', you need to put the ID of the tab in a 'DIV', when not using AJAX, ex.

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