jquery核心解析
程序员文章站
2022-09-04 09:33:13
jquery核心
jquery的理念:write less, do more
jquery的成就:世界排名前100的公司,46%都在使用jquery,远远超过其他库,微软公司甚至把jquery库 作...
jquery核心
jquery的理念:write less, do more
jquery的成就:世界排名前100的公司,46%都在使用jquery,远远超过其他库,微软公司甚至把jquery库 作为了他们的官方库。
what is jquery(这是我复制官网上的介绍,觉得说的很专业)
jquery is a fast, small, and feature-rich(功能丰富) javascript library. it makes things like html document traversal and manipulation(循环和遍历), event handling(事件 处理), animation(运动), and ajax(异步的js与xml) much simpler with an easy-to-use api that works across a multitude of browsers(跨). with a combination(组合) of versatility and extensibility(通用性和可扩展性的), jquery has changed the way that millions of people write javascript.
jquery的特点?
轻量级脚本语言(lightweight footprint)
css兼容性(css compliant)
跨浏览器(cross browser)