Jump to content

Edit History

EvaF

EvaF

ok, then check if the element with class "shopping-cart-wrapper" exists in the moment when you work with it
(let set javascript breakpoint  at the line

  if ($(".shopping-cart-wrapper").hasClass("show")) {

and check in  console

$(".shopping-cart-wrapper").length

 

EvaF

EvaF

ok, then check if you have element with class "shopping-cart-wrapper" in the moment when you work with it
(let set javascript breakpoint  at the line

  if ($(".shopping-cart-wrapper").hasClass("show")) {

and check in  console

$(".shopping-cart-wrapper").length

 

×
×
  • Create New...