摘要: jQuery语法实例 $(this).hide() 隐藏当前的 HTML 元素。 $("p").hide() 隐藏所有<p>元素。 $(".test").hide() 隐藏所有 class="test" 的元素。 $("#test").hide() 隐藏 id="test" 的元素。 jQuery  阅读全文
posted @ 2016-11-01 19:52 w我来承担 阅读(245) 评论(0) 推荐(1)