diff --git a/jquery.strengthify.js b/jquery.strengthify.js index 0bc0efa..e3cf03c 100644 --- a/jquery.strengthify.js +++ b/jquery.strengthify.js @@ -92,8 +92,11 @@ '"progid:DXImageTransform.Microsoft.Alpha(Opacity=' + opacity * 100 + ')"' ); + if (options.alterResult) { + result = options.alterResult(result, this); + } if (options.onResult) { - options.onResult(result); + options.onResult(result, this); } // style strengthify bar