What's the effect of adding 'return false' to a click event listener?

前端 未结 16 1777
南旧
南旧 2020-11-21 22:59

Many times I\'ve seen links like these in HTML pages:

Click here !
16条回答
  •  醉梦人生
    2020-11-21 23:16

    Return false will prevent navigation. Otherwise, the location would become the return value of someFunc

提交回复
热议问题