gpt4 book ai didi

鼠标悬停时的 jquery 灰度

转载 作者:行者123 更新时间:2023-12-01 00:20:42 27 4
gpt4 key购买 nike

有谁知道是否有办法在悬停时使图像灰度 - 除了创建 2 个单独的图像并更改 src 之外。

谢谢

编辑 - 半工作代码...:

<script type="text/javascript" src="http://ajax.microsoft.com/ajax/jquery/jquery-1.4.2.min.js"></script>
<script type="text/javascript" src="scripts/pixastic-1.custom.js"></script>

<script type="text/javascript">
$(document).ready(function() {

var img = $(".test img")

$('.test').hover(function() {
$('img', this).pixastic("desaturate");
}, function() {
$(this).html(img);
});

});
</script>

<div class="test" style="padding:25px; width:200px; background-color:#F96">
<img class="pic" src="images/home/mainImage/family_woods.jpg" width="100" height="100" alt="" />
</div>

如果页面上有多个 div,我该如何修改它才能工作......就像这样......

<div class="test" style="padding:25px; width:200px; background-color:#F96">
<img class="pic" src="images/home/mainImage/family_woods.jpg" width="100" height="100" alt="" />
</div>

<div class="test" style="padding:25px; width:200px; background-color:#F96">
<img class="pic" src="images/home/mainImage/another_image.jpg" width="100" height="100" alt="" />
</div>

最佳答案

尝试其中之一(都使用 Canvas ):

  1. javascript image processing library - 去饱和度
  2. Desaturate tutorial

关于鼠标悬停时的 jquery 灰度,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/3896140/

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