gpt4 book ai didi

javascript - 如何通过 JQuery 更改 figcaption

转载 作者:行者123 更新时间:2023-11-28 17:16:42 25 4
gpt4 key购买 nike

我有一个图形,其中包含图像。图像来源可以改变。所以我需要更改 figcaption 并使其等于图像的标题。有什么办法吗?

<figure><img id="largeImg" src="https://js.cx/gallery/img1-lg.jpg" align="middle">
<figcaption>Image caption</figcaption>
</figure>

最佳答案

你可以这样做

$('figcaption').text($('#largeImg').attr('title'))

DEMO

关于javascript - 如何通过 JQuery 更改 figcaption,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/43716006/

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