1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 | WIDGETS.imgSmoothCheck({ selector: ".widgets__img_check_box" , //默认选择器 imgSrc: [], //图片资源 imgWidth: undefined, //图片宽度 imgHeight: undefined, //图片高 imgFragmentW: undefined, //碎片宽, 可不必填,未填内容会自动计算最佳碎片宽度和高度 imgFragmentH: undefined, //碎片高 allowableErrorValue: 4, //允许的误差值 success: _widgets. default .noop, //验证成功后 error: _widgets. default .noop, //验证失败后 }) var imgCheck = WIDGETS.imgSmoothCheck({ //会返回一个对象,该对象有个refresh() 函数,可以刷新图片, selector: "#select" , //图片容器的选择器 data: [ "t1.png" , "t2.png" , "t3.png" ], //图片资源 imgHeight: 100, //图片高度, imgWidth: 200, //图片宽度 allowableErrorValue: 3, // success: function () { alert( "成功" ); }, error: function (res) { alert(res); //错误提示 } }); $( ".refresh" ).on( "click" , function () { imgCheck .refresh(); }); |
特别申明:
本站所有资源都是由网友投稿发布,或转载各大下载站,请自行检测软件的完整性!
本站所有资源仅供学习与参考,请勿用于商业用途,否则产生的一切后果将由您自己承担!
如有侵权请联系我们删除下架,联系方式:lei1294551502@163.com