event.preventDefault

function stopDefAction(evt) {
  evt.preventDefault();
}

event.preventDefault - MDN Docs