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.
ボタンをクリックしたときにテキストが表示されるようにするにはどうすればよいですか? 私はいくつかのことを試しましたが、それでもうまくいきません。私が到達した最も近い目標は、ボタンをクリックするとページが壊れてテキストが削除されることでした。
$("#idOfButton").on('click', function() { document.getElementById("idOfTextContainer").innerHTML = "text you want to appear"; }