gpt4 book ai didi

JQuery 使用 .css 应用于包含的页面

转载 作者:行者123 更新时间:2023-12-01 08:09:00 26 4
gpt4 key购买 nike

img 为在正在包含的文本文件中。

当代码包含在我的 index.html 页面中时,它工作正常,当元素位于包含的页面中时,如何让它应用样式?

包含的页面:

<figure>
<img src="images/map.gif" alt="Le Mans Circuit Map" class="img">
<figcaption>Map of the Le Mans Circuit</figcaption>
</figure>

它被包含到这个 div 中:

<div id="tabContent1"></div>

编辑:更新了 CSS。

最佳答案

$(".img").css("border", "1px solid black");

编辑

你应该清理你的代码

jQuery 可以帮助你,你写了太多代码

http://jsfiddle.net/peFcx/

关于JQuery 使用 .css 应用于包含的页面,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/14822943/

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