gpt4 book ai didi

javascript - 如何使 HTML 上的基金标志可见?

转载 作者:行者123 更新时间:2023-12-02 16:00:35 26 4
gpt4 key购买 nike

我尝试使用井号,但有一个问号。知道如何展示这个吗?

这是我插入该标志的代码

setInterval(function() {
$('p').fadeOut(500, function() {
var $this = $(this);
$this.text($this.text() == 'throw your family at it' ? 'now available from £12.995' : 'throw your family at it');
$this.toggleClass('first second');
$this.fadeIn(500);
});
}, 3000);

最佳答案

使用.html() jQuery 的方法而不是 .text()

类似于:

$('p').html('now available from £12.995'); 

示例 fiddle :http://jsfiddle.net/uczxkzw6/

并阅读有关 HTML 特殊字符的更多信息 here

关于javascript - 如何使 HTML 上的基金标志可见?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/31243430/

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