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