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.
ボタンをクリックした後にボタンを非表示にするにはどうすればよいですか?助けを待っています
jQueryのような追加のフレームワークに依存したくない場合は、次のようなものを試してみてください。
<button onclick="this.style.display='none';">Click to hide</button>
あなたの問題についてのいくつかのより多くの情報は確かに他の人があなたを助けるのを助けるでしょう。