How to disable HTML links

后端 未结 14 1635
刺人心
刺人心 2020-11-22 13:00

I have a link button inside a which I have to disable. This works on IE but not working in Firefox and Chrome. Structure is - Link inside a <

14条回答
  •  迷失自我
    2020-11-22 13:40

    Just add a css property:

    
    

    Doing so you can disable the anchor tag.

提交回复
热议问题