kaloian
4/10/2020 - 7:16 PM

If screen width is less than

if ($(window).width() < 960) {
   alert('Less than 960');
}
else {
   alert('More than 960');
}