《jQuery实战(第2版)》的原文摘录

  • 实用工具函数(Utility functions) $是标识符(命名空间)jQuery的别名。 (查看原文)
    清钟 2012-02-23 21:36:54
    —— 引自第6页
  • 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 the collected group of elements. (查看原文)
    2011-08-28 09:01:00
    —— 引自第9页
  • Do more with less. This book is aimed at web developers. (查看原文)
    stephansun 2012-02-04 18:20:53
    —— 引自章节:about this book
  • jQuery 提供了 end() 命令。在 jQuery 链内,一调用这个方法,方法就会作为返回值回退到前一个包装集,因此操作将应用到前一个包装集。 (查看原文)
    LiXiaNG 2013-11-10 13:26:00
    —— 引自第34页