Menu
×
   ❮     
HTML CSS JAVASCRIPT SQL PYTHON JAVA PHP HOW TO W3.CSS C C++ C# BOOTSTRAP REACT MYSQL JQUERY EXCEL XML DJANGO NUMPY PANDAS NODEJS R TYPESCRIPT ANGULAR GIT POSTGRESQL MONGODB ASP AI GO KOTLIN SASS VUE DSA GEN AI SCIPY AWS CYBERSECURITY DATA SCIENCE
     ❯   

jQuery 教程

jQuery 是一个 JavaScript 库。

jQuery 极大地简化了 JavaScript 编程。

jQuery 很容易学习。

立即开始学习 jQuery »

每个章节中的示例

我们的“尝试一下”编辑器使学习 jQuery 变得容易。您可以在浏览器中编辑代码并查看结果

示例

$(document).ready(function(){
  $("p").click(function(){
    $(this).hide();
  });
});
尝试一下 »

点击“尝试一下”按钮查看它是如何工作的。


jQuery 练习

通过练习测试自己

练习

使用正确的 **选择器** 隐藏所有 <p> 元素。

$("").hide();

开始练习



jQuery 实例

通过示例学习!在 W3Schools,您会找到很多可以编辑和测试的 jQuery 示例。

查看所有 jQuery 示例

jQuery 测验

在 W3Schools 测试您的 jQuery 技能!

开始 jQuery 测验!

我的学习

使用 W3Schools 上的免费“我的学习”程序跟踪您的进度。

登录您的帐户,开始赚取积分!

这是一个可选功能。您可以在不使用“我的学习”的情况下学习 W3Schools。

Track your progress with at W3Schools.com

jQuery 参考

在 W3Schools,您会找到所有 jQuery 选择器、方法、属性和事件的完整参考。

jQuery 参考

开启您的职业生涯

通过完成 课程获得认证

获取认证 w3schools CERTIFIED . 2024

×

Contact Sales

If you want to use W3Schools services as an educational institution, team or enterprise, send us an e-mail:
[email protected]

Report Error

If you want to report an error, or if you want to make a suggestion, send us an e-mail:
[email protected]

W3Schools is optimized for learning and training. Examples might be simplified to improve reading and learning. Tutorials, references, and examples are constantly reviewed to avoid errors, but we cannot warrant full correctness of all content. While using W3Schools, you agree to have read and accepted our terms of use, cookie and privacy policy.

Copyright 1999-2024 by Refsnes Data. All Rights Reserved. W3Schools is Powered by W3.CSS.