gpt4 book ai didi

javascript - 如何让 javascript 影响 ".gallery a"但不影响 ".gallery a h3"?

转载 作者:行者123 更新时间:2023-11-30 13:09:26 28 4
gpt4 key购买 nike

我像这样使用 Lightbox:

$('#gallery a').lightBox();

html 看起来像这样:

<div id="gallery">
<div class='holder'>
<div class='thumb'>
<a href='images/all-tomorrows-parties.jpg'>
<img src='images/thumbs/all-tomorrows-parties-t.jpg' width='140' height='120' /></a>
</div>
<div class='title'>
<h3>
<a href="http://www.amazon.com/">
All Tomorrow's Parties<br />
William Gibson
</a>
</h3>
</div>
</div>

所以 javascript 会影响 .gallery div 中的每个链接 ()。我希望它只影响拇指类,而不影响标题类。我该怎么做?

我是 Javascript 的新手:/

最佳答案

只需将该类添加到您的选择器中即可:

$('#gallery .thumb a').lightBox();

关于javascript - 如何让 javascript 影响 ".gallery a"但不影响 ".gallery a h3"?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/14449656/

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