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 之前,您应该具备以下基础知识:

如果您想先学习这些科目,请在我们的 首页 上查找教程。


什么是 jQuery?

jQuery 是一个轻量级的,“写得少,做得多”的 JavaScript 库。

jQuery 的目的是让在您的网站上使用 JavaScript 变得更加容易。

jQuery 承担了许多需要多行 JavaScript 代码才能完成的常见任务,并将它们封装到您可以用一行代码调用的方法中。

jQuery 还简化了 JavaScript 中许多复杂的事情,例如 AJAX 调用和 DOM 操作。

jQuery 库包含以下功能:

  • HTML/DOM 操作
  • CSS 操作
  • HTML 事件方法
  • 效果和动画
  • AJAX
  • 实用工具

提示:此外,jQuery 几乎可以为任何任务提供插件。


为什么选择 jQuery?

市面上有很多其他的 JavaScript 库,但 jQuery 可能是最流行的,也是最可扩展的。

许多网络上最大的公司都使用 jQuery,例如:

  • 谷歌
  • 微软
  • IBM
  • 奈飞

jQuery 能在所有浏览器中运行吗?

jQuery 团队了解所有跨浏览器问题,并且已将这些知识写入 jQuery 库中。jQuery 将在所有主流浏览器中以完全相同的方式运行。


×

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.