“[removed]void(0);” vs “return false” vs “preventDefault()”

前端 未结 8 1279
滥情空心
滥情空心 2020-11-28 19:44

When I want some link to not do anything but only respond to javascript actions what\'s the best way to avoid the link scrolling to the top edge of the page ?
I know sev

8条回答
  •  北海茫月
    2020-11-28 20:22

    I'd rather not put JavaScript into the href because that's not what it's meant for. I prefer something like

    Link
    

提交回复
热议问题