jquery是一个小于24(minified)大小的 JavaScript 库,其提供了一个极度简单和强大的选择器用来选择你想选择的html
页面中的任何东西。另外,它同样也提出了许多创新的方法用来遍历DOM,事件处理(表单,浏览器,鼠标,键盘),动画渲染(显示)和ajax 异步通信简化了web的开发。它一定会改变了你编程JavaScript代码的方式。
jQuery is a small 24k (minified) JavaScript library, provides an extremely easy and powerful selectors to select almost anything you want in HTML page. In addition, it also comes with many innovative ways for DOM traversing, event handling (form, browser, mouse ,keyboard), animations effects and Ajax to simplifies the web development. It will definitely change the way you code JavaScript.