Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Aliciabcd/f603a753834de5e4f80f58761a01100b to your computer and use it in GitHub Desktop.
Save Aliciabcd/f603a753834de5e4f80f58761a01100b to your computer and use it in GitHub Desktop.
if ($(window).width() < 800) {
// 當視窗寬度小於800px時執行
// 寫在這裡
} else {
// 當視窗寬度不小於800px時執行
// 寫在這裡
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment