Remove specific class after this jquery plugin load
问题 I am trying to remove .lazy-hidden class from element(image). I have simple jquery plugin given below that can resize and crop the image to correct size by tweaking the image url. So it call re-sizing function after LazyloadXT loding of image. Problem is Image has loaded and croped, But unable to remove .lazy-hidden class from element and it's opacity=0 . Fiddle >> Crop Js: $.extend($.lazyLoadXT, { onload: myfunc }); function myfunc() { var w = 200; var h = 150; $('.crop').find('img').each