gpt4 book ai didi

c# - 元素的 JQuery Mobile 渲染层次结构

转载 作者:太空宇宙 更新时间:2023-11-03 14:05:11 39 4
gpt4 key购买 nike

我有一个 MVC 3 网站。我创建了一个如下所示的导航栏:

<div data-role="navbar">
<ul>
<li>
<a href="#ProfileView" class="ui-btn-active">
<img src='@Href("~/Content/img/Profile.png")' alt="Profile" />
</a>
</li>
.
.
</ul>
</div>

其中一个按钮呈现的内容是:

<a class="ui-btn-active ui-btn ui-btn-up-c" href="#ProfileView" data-theme="c">
<span aria-hidden="true" class="ui-btn-inner">
<span class="ui-btn-text">
<span aria-hidden="true" class="ui-btn-inner">
<span class="ui-btn-text">
<span aria-hidden="true" class="ui-btn-inner">
<span class="ui-btn-text">
<span aria-hidden="true" class="ui-btn-inner">
<span class="ui-btn-text">
<img alt="Profile" src="Content/img/profile.png">
</span>
</span>
</span>
</span>
</span>
</span>
</span>
</span>
</a>

我试图将我的网站与 JQuery Mobile 的演示网站进行比较。它对我来说看起来一样,但它不起作用......那么我错过了什么吗?通常是什么原因导致此示例中显示的重复性?

谢谢。

最佳答案

data-role="none" 添加到您不想作为按钮呈现的元素。然后比较你的输出,看看你是否仍然得到额外的渲染。您很可能有一个打开的标签,或者多次刷新 ListView 。

关于c# - 元素的 JQuery Mobile 渲染层次结构,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/9506740/

39 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com