K
K
kimqar_ver2020-05-05 05:12:35
JavaScript
kimqar_ver, 2020-05-05 05:12:35

ToggleClass not working in safari on iphone 5s/6?

How to be, a hamburger through js toggleClass'om, but it does not work on safari iphone 5s/6?

Tested via https://appetize.io/demo

$(document).ready(function () {
  $(".hamburger").click(function () {
    $(this).toggleClass("hamburger-active")
  })
});


website: reacenterkrd.com/akcii

Answer the question

In order to leave comments, you need to log in

1 answer(s)
X
xmoonlight, 2020-05-05
@xmoonlight

Try to use code debugging and read errors.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question