0

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

Jagdish Sarma Asked question October 16, 2021
Add a Comment