Access event to call preventdefault from custom function originating from onclick attribute of tag

前端 未结 11 2591
粉色の甜心
粉色の甜心 2020-11-28 04:07

I have links like this:

click
c         


        
11条回答
  •  迷失自我
    2020-11-28 04:19

    Add a unique class to the links and a javascript that prevents default on links with this class:

    Show comments
    
    
    

提交回复
热议问题