Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
由于我在我的应用程序中禁用了后退按钮,我希望用户不要单击它(在所有浏览器中)。
$('.button').hover(function(){ alert("此按钮无效"); });
$('.button').hover(function(){
alert("此按钮无效");
});
但是您可能只想将其 HREF 更改为href="#",单击后不会发生任何事情。
href="#"