JavaScript function in href vs. onclick

后端 未结 15 2248
栀梦
栀梦 2020-11-22 07:17

I want to run a simple JavaScript function on a click without any redirection.

Is there any difference or benefit between putting the JavaScript call in the hr

15条回答
  •  自闭症患者
    2020-11-22 07:48

    I use

    Click HERE
    

    A long way around but it gets the job done. use an A style to simplify then it becomes:

     
    HERE
    

提交回复
热议问题