扩展jQuery读书笔记:第一章,jQuery扩展

来源:互联网 发布:钱程是个什么软件 编辑:程序博客网 时间:2024/06/05 06:55

1.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 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.

它是一个快速的、小巧的、功能丰富的javascript库。它有更易于使用的跨浏览器的API让某些事情比如DOM遍历操作、事件处理、动画以及ajax等等变得更简单。由于jQuery的功能丰富以及可扩展性,它改变了数百万人写javascript的方式。

2.jquery的历史

它的作者是John Resig,2006年发布第一个版本。它是最流行的javascript库。插件开发者社区提供免费的插件,或者使用官方插件库http://plugins.jquery.com,来找到合适自己的模块,jQuery论坛也非常活跃。

3.扩展jQuery的示例

验证插件http://jqueryvalidation.org,图形幻灯片http://nivo.dev7studios.com/,集成谷歌地图http://gmap.nurtext.de/,cookies插件https://github.com/carhartl/jquery-cookie。

插件的源码分析,我会另外做一个分类来讲解,那么也就是年底了哦。未经同意不得转载。

0 0