$('#test').hide() - 特定の ID 要素を隠す

Last Updated: 2016 年 07 月 28 日 댓글

$( "#test")。hide()

IDが「test」の要素を非表示にします。

例:

<head>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
<script>
$(document).ready(function(){
$("button").click(function(){
$("#test").hide();
});
});
</script>
<meta http-equiv="Content-Type" content="text/html; charset=euc-kr">
</head><body>

<h2>제목</h2>

<p>첫 번째 문장</p>
<p id="test">아래 버튼 클릭 시 숨겨지는 문장</p>

<button>클릭</button>
</body></html>

実行例:
jQuery  - 特定のIDを持つ要素を非表示に

(Source:w3schools.com)


コメントを残す

コメント

10s
割引ニュース
クラウドウェイズ夏セール!
- 4ヶ月間30%割引 - 10サイト無料移転
(9月9日まで)
期間限定
You This Coupon Code in Checkout
Click the code to Copy