gpt4 book ai didi

jquery - 将内联 onclick 更改为不显眼的 jquery

转载 作者:行者123 更新时间:2023-12-01 06:41:47 25 4
gpt4 key购买 nike

我需要将所有链接定位为 hslide 类并将其附加到它们。任何jquery大师都知道如何做到这一点吗?

onclick="return hs.expand(this, { slideshowGroup: 'groupC0',  wrapperClassName: 'rounded-white', outlineType : 'rounded-white', dimmingOpacity: 0.8,  align : 'center',  transitions : ['expand', 'crossfade'], fadeInOut: true });"

谢谢,

最佳答案

$(document).ready(function() {
$('a.hslide').click(function() {
return hs.expand(this, {
slideshowGroup: 'groupC0',
wrapperClassName: 'rounded-white',
outlineType : 'rounded-white',
dimmingOpacity: 0.8,
align : 'center',
transitions : ['expand', 'crossfade'],
fadeInOut: true
});
});
});

关于jquery - 将内联 onclick 更改为不显眼的 jquery,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/2676609/

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