clickとtouchendの挙動の違い

click,touchendで背景変化

click
touchend
click
touchend(e.preventDefault利用)

click,touchendでモーダルウィンドウ表示

click
touchend
touchend(e.preventDefault利用)

click,touchendでアラート表示

click
touchend
touchend(setTimeout利用)