Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想使用 jquery 工具来选择图像的一个区域,但我不希望图像的未选择部分变灰。因为我对 jquery 和 css 几乎一无所知,所以我希望有人能指出我如何使用 jcrop 做到这一点的正确方向
提前感谢您提供的任何帮助
您可以更改背景不透明度
$('#cropbox').Jcrop({ bgOpacity: 1, });
http://jsfiddle.net/ZDBNp/
http://deepliquid.com/content/Jcrop_Manual.html#Setting_Options