jQuery:将图标更改为灰度
我在 jQuery 中制作了一个显示图标的按钮小部件。
现在,当我将按钮设置为禁用时,我希望将其灰显。
有没有 jQuery 函数可以做到这一点?
谢谢
I made a button widget in jQuery which displays an icon.
Now when I set the button do disabled, I'd like to have it greyed-out.
Is there a jQuery function to do this?
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
如果您不想创建图像的另一个版本,那么您可以尝试使用 CSS 来降低按钮的不透明度,使其显得褪色,或者覆盖半透明的灰色 DIV 以提供灰显效果。
If you don't want to create another version of the image then you can try using CSS to reduce the opacity of the button so it appears faded, or overlay a semi-transparent grey DIV to give a greyed-out effect.
http://www.alistapart.com/articles/sprites2/
精灵就是您的答案。
http://www.alistapart.com/articles/sprites2/
Sprites are your answer.