gpt4 book ai didi

jquery - 链接符号与选项卡中的文本一起出现

转载 作者:太空宇宙 更新时间:2023-11-04 03:58:53 25 4
gpt4 key购买 nike

我正在使用 groundwork.css 和 jquery.mobile-1.4.2.min.css。

标签的代码如下所示

      <div data-role="tabs" id="tabs">
<div data-role="navbar">
<ul>
<li><a href="#tab1" data-ajax="false">Tab1</a></li>
<li><a href="#tab2" data-ajax="false">Tab2</a></li>
</ul>
</div>

<div id="tab1" class="ui-body-d ui-content">
....
</div>

<div id="tab2" class="ui-body-d ui-content">
....
</div>

但是有一个额外的链接符号,它与选项卡一起出现,如下图所示

enter image description here

如何删除 anchor 文本后的链接符号

最佳答案

According to the Github ,您需要将类 noicon 添加到您不想在其中显示符号的每个 anchor 元素,例如:

<a href="#tab1" class="noicon" data-ajax="false">Tab1</a>

完整引用,摘自上面的链接:

If you're using the SCSS, you can globally disable the automatic semantic icons in _settings.scss

If you're doing it on a case-by-case basis or only using the compiled CSS, you must add the class noicon to each link to be overridden.

关于jquery - 链接符号与选项卡中的文本一起出现,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/22396645/

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