Closed WJ-Yuan closed 1 year ago
In preview tab, event I set href atrribute of <a> with value javascript:void(0), it will still open a new tab. The only solution I found so far is to prevent the default event in the click event e.preventDefault
<a>
javascript:void(0)
e.preventDefault
demo
In preview tab, event I set href atrribute of
<a>
with valuejavascript:void(0)
, it will still open a new tab. The only solution I found so far is to prevent the default event in the click evente.preventDefault
demo