Skip to content

Instantly share code, notes, and snippets.

@motsu0
Created February 2, 2020 14:22
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 motsu0/a70d70113f4031b362880b7f8a841ffd to your computer and use it in GitHub Desktop.
Save motsu0/a70d70113f4031b362880b7f8a841ffd to your computer and use it in GitHub Desktop.
//アラートのみ
window.alert('アラートのテキスト');
//選択肢付きアラート
//window.confirm('foo') => true or false
if(window.confirm('トップページへ戻りますか?')) location.href = '/';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment