LoginSignup
20
14

More than 5 years have passed since last update.

aタグで画面遷移させない方法

Posted at

aタグを使って画面遷移させないときに、

href="#"

とかってやりますよね。
でも、こう書くとクリックしたときにスクロールが画面の最上部にいってしまいます。
そんなウザさを解消する一番(多分)簡単な方法がこちら↓

<a href="javascript:void(0)" onClick="hogeFunction();return false;">hogehoge</a>
20
14
2

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
20
14