千家信息网

jQuery基础知识点有哪些

发表于:2025-11-09 作者:千家信息网编辑
千家信息网最后更新 2025年11月09日,这篇文章将为大家详细讲解有关jQuery基础知识点有哪些,小编觉得挺实用的,因此分享给大家做个参考,希望大家阅读完这篇文章后可以有所收获。jQuery语法实例$(this).hide()jQuery
千家信息网最后更新 2025年11月09日jQuery基础知识点有哪些

这篇文章将为大家详细讲解有关jQuery基础知识点有哪些,小编觉得挺实用的,因此分享给大家做个参考,希望大家阅读完这篇文章后可以有所收获。

jQuery语法实例

  • $(this).hide()

  • jQuery 的 hide() 函数,隐藏当前的 HTML 元素。

  • $("p").hide()

  • jQuery 的 hide() 函数,隐藏所有

    元素。

  • $(".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() 函数。

jQuery:1.1.1,$(this).hide()
        
test
jQuery:1.1.2,$("p").hide()
       

This is a heading

This is a paragraph.

This is another paragraph.

jQuery:1.1.3,$(".test").hide()
       

This is a heading

This is a paragraph.

This is another paragraph.

jQuery:1.1.4,$("#test").hide()
       

This is a heading

This is a paragraph.

This is another paragraph.

jQuery:1.2.1,fadeOut()
       
CLICK ME AWAY!

如果您点击上面的框,它会淡出。

jQuery:1.2.2.hide()
        

If you click on me, I will disappear.

jQuery:1.2.3,explanations
          

Island Trading

Contact: Helen Bennett
Garden House Crowther Way
London

Paris Trading

Contact: Marie Bertrand
265, Boulevard Charonne
Paris

jQuery:1.2.4,panel
              

W3School - 领先的 Web 技术教程站点

在 W3School,你可以找到你所需要的所有网站建设教程。

请点击这里

jQuery:1.2.5,animation
          

Start Animation

关于"jQuery基础知识点有哪些"这篇文章就分享到这里了,希望以上内容可以对大家有一定的帮助,使各位可以学到更多知识,如果觉得文章不错,请把它分享出去让更多的人看到。

0