We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
第552天 如何禁用掉a标签的默认事件?
3+1官网
我也要出题
a href="javascript:void(0)"
a onclick="prevent" function prevent(e) { e.preventDefault(); }
a href="JavaScript : ;"
Activity
zhijinga commentedon Oct 19, 2020
a href="javascript:void(0)"
canvay commentedon Oct 19, 2020
a onclick="prevent"
function prevent(e) {
e.preventDefault();
}
ygr99 commentedon Dec 20, 2021
a href="JavaScript : ;"