当包含在包含的文本文件中时,我在应用 css$(".img").css("border", "1px solid black");
时遇到问题。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。