Overview of jQuery
jQuery is the Single-Most Popular JavaScript Library
Ajax utilities
General:
.ajax(…),
(…).load(…)
Shortcuts:
.get,
.post,
.getJSONDOMsearchandmanipulationutilities
(“p.myStyle”).addClass(“extraStyle”).show();
Cross-browser event model
Assigns handlers programmatically, hides browser differences
General JavaScript utilities
Functions operating on strings and arrays
Rich GUIs
jQuery UI provides widgets, fancier effects, drag/drop
Simple animation
Not as extensive as Scriptaculous, but easy to use
Downloading and Using jQuery
http://jquery.com/download/
Interactive Testing and Practice
Manipulating the DOM with jQuery: Basics
One of the main uses of jQuery is to find and modify elements in the DOM (Document Object Model)
To be continued….
本文介绍jQuery——最受欢迎的JavaScript库之一。涵盖Ajax实用工具、DOM搜索及操作、跨浏览器事件模型等核心特性,并提供jQuery UI的简介,包括小部件、视觉效果及拖放功能。此外,还涉及简单的动画效果以及如何下载和使用jQuery。
511

被折叠的 条评论
为什么被折叠?



