Jump to content

TypeError: a.ownerDocument is undefined


Recommended Posts

Hi,

 

when I click on add to cart button from product list page, then product adds to cart successfully but the image animate is not appear, even cart also not refresh by itself.

By dugging I found and error

 

TypeError: a.ownerDocument is undefined

 

 

in jquery.min.js file

 

So, could you please help to recover from this issue ?

 

Thank you :)

Link to comment
Share on other sites

Thanks for your reply :),

 

It solved.

Actually the problem is related to image. js is unable to fine images` innerWidth param. Si I just replace it with

  

       window.innerWidth

 

and my problem is solve :)

 

Again thanks for your reply.

Link to comment
Share on other sites

×
×
  • Create New...