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

Popular posts from this blog

Delphi XE2 Indy10 udp client-server interchange using SendBuffer-ReceiveBuffer -

Qt ActiveX WMI QAxBase::dynamicCallHelper: ItemIndex(int): No such property in -

Enable autocomplete or intellisense in Atom editor for PHP -