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(関数(){ alert("このボタンは機能していません"); });
$('.button').hover(関数(){
alert("このボタンは機能していません");
});
href="#"しかし、クリックしても何も起こらないので、HREF を に変更したいだけかもしれません。
href="#"