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

python - cx_oracle unable to find Oracle Client -

shader - OpenGL Shadow Map -

c# - Exchange 2010/2013 TransportAgent Content Conversion for Internal Recipients -