原作者:http://www.verydemo.com/demo_c110_i2332.html
jQuery语法实例
-
$(this).hide()
- jQuery 的 hide() 函数,隐藏当前的 HTML 元素。 $("p").hide()
- jQuery 的 hide() 函数,隐藏所有 <p> 元素。 $(".test").hide()
- jQuery 的 hide() 函数,隐藏所有 class="test" 的元素。 $("#test").hide()
- jQuery 的 hide() 函数,隐藏 id="test" 的元素。
Hiding - Sliding- Fading
-
jQuery fadeOut()
- 简单的 jQuery fadeout() 函数。 jQuery hide()
- 简单的 jQuery hide() 函数。 Hide explanations
- 如何隐藏部分文本。 Slide panel
- 简单的 Slide Panel 效果。 jQuery animate()
- 简单的 jQuery animate() 函数。
Click me Click me2 Click me3 Click me4
This is a heading This is a paragraph. This is another paragraph. Click me
This is a heading This is a paragraph. This is another paragraph. Click me
This is a heading This is a paragraph. This is another paragraph. Click me
CLICK ME AWAY! 如果您点击上面的框,它会淡出。
If you click on me, I will disappear.
Island Trading Hide me Contact: Helen Bennett Paris Trading Hide me Contact: Marie Bertrand
W3School - 领先的 Web 技术教程站点 在 W3School,你可以找到你所需要的所有网站建设教程。 请点击这里
Start Animation