Answer the question
In order to leave comments, you need to log in
Slinky menu, connect only on mobile?
There is such a menu plugin https://slinky.js.org/
how to properly initialize it only on a mob?
is this option okay?
if (windowWidth < 992) {
var slinky = $('.js-menu').slinky({
title: true
});
}
Answer the question
In order to leave comments, you need to log in
Not
if (windowWidth < 992) {
A
if ($(window).width() < 992){
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question