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.
次の要素がネストされていますが、cssクラスまたは属性'button_uid'のいずれかによってこの要素を取得し、このdivを非表示にするにはどうすればよいですか?
<div class="segment_0" button_uid="btn" />
ありがとう、
CSSでは次を使用できます
.segment_0 {visibility:hidden;}
また
.segment_0 {visibility:none;}