jQuery in Action - Bear Bibeault, Yehuda Katz

jQuery in Action

Bear Bibeault, Yehuda Katz

出版时间

2008-02-17

ISBN

9781933988351

评分

★★★★★
书籍介绍
A good web development framework anticipates what you need to do and makes those tasks easier and more efficient; jQuery practically reads your mind. Developers of every stripe-hobbyists and professionals alike-fall in love with jQuery the minute they've reduced 20 lines of clunky JavaScript into three lines of elegant, readable code. This new, concise JavaScript library radically simplifies how you traverse HTML documents, handle events, perform animations, and add Ajax interactions to your web pages. "jQuery in Action," like jQuery itself, is a concise tool designed to make you a more efficient and effective web developer. In a short 300 pages, this book introduces you to the jQuery programming model and guides you through the major features and techniques you'll need to be productive immediately. The book anchors each new concept in the tasks you'll tackle in day-to-day web development and offers unique lab pages where you immediately put your jQuery knowledge to work. There are dozens of JavaScript libraries available now, with major companies like Google, Yahoo and AOL open-sourcing their in-house tools. This book shows you how jQuery stacks up against other libraries and helps you navigate interaction with other tools and frameworks. "jQuery in Action" offers a rich investigation of the up-and-coming jQuery library for client-side JavaScript. This book covers all major features and capabilities in a manner focused on getting the reader up and running with jQuery from the very first sections. Web Developers reading this book will gain a deep understanding of how to use jQuery to simplify their pages and lives, as well as learn the philosophy behind writingjQuery-enhanced pages.
AI导读
核心看点
  • 用简洁代码简化DOM遍历与事件处理
  • 深入解析选择器机制与链式操作技巧
  • 涵盖Ajax交互及jQuery UI核心功能
适合谁读
  • 希望快速上手jQuery的前端初学者
  • 寻求高效Web开发工具的程序员
  • 需要案头查阅API的开发者
读前提醒
  • 建议结合官方文档对照阅读效果更佳
  • 长句翻译可能影响阅读,需耐心适应
  • 重在实践,避免仅阅读不敲代码
读者共识
  • 入门友好,选择器章节讲解尤为精彩
  • 内容偏浅,更像API手册而非深度教程
  • 适合随查随用,资深者可能觉得不够深

本导读基于书籍简介、目录、原文摘录、短评和书评生成,不等同于全文精读。

精彩摘录
  • "实用工具函数(Utility functions) $是标识符(命名空间)jQuery的别名。"
  • "The $() function (an alias for the jQuery() function) returns a special JavaScript object containing an array of the DOM elements, in the order in which they are defined within the document, that match the selector. This object possesses a large number of useful predefined methods that can act on th"
  • "Do more with less. This book is aimed at web developers."
  • "jQuery 提供了 end() 命令。在 jQuery 链内,一调用这个方法,方法就会作为返回值回退到前一个包装集,因此操作将应用到前一个包装集。"
用户评论
基本上 从这本书里能学到的 用Google搜一下相应的关键词都能找到更简洁的信息
学习jQuery的不二之选。分别讲核心和UI,是一本非常不错的手边工具书。
手册,就是一本手册
好书!既可做入门教程,也是本很好的文档。jQuery与传统裸Javascript的代码比较,尤其有说服力。
Jquery ApI 函数解释的很详细
快速浏览看一下就可以了,不值得买实体书 2013/3/30 对实战很有帮助,让我开始喜欢in action系列的书
jquery 初学者可以看看,其它 Level 可以忽略了。
收藏