jQuery Window width check 148 viewsOctober 16, 2021javascript jQuery 0 Jagdish Sarma630 October 16, 2021 0 Comments if ($(window).width() < 767) { alert('Less than 767'); } else { alert('More than 767'); } Jagdish Sarma Asked question October 16, 2021 Add a Comment 0 Answers ActiveVotedNewestOldest Write your answer. Login