javascript - i get error in jquery of piczoomer -
i error in line of pic zoomer js jquery.piczoomer.js
picbdoffset = {x:$picbd.offset().left,y:$picbd.offset().top};
error :
uncaught typeerror: cannot read property 'left' of undefined
picbdoffset = {x:$picbd.offset()?$picbd.offset().left:0,y:$picbd.offset()?$picbd.offset().top:0};
Comments
Post a Comment