"《jQuery實戰(第二版)》(jQuery.in.Action.2ndEdition)(Bear Bibeault & Yehuda Katz)第2版[PDF]"介紹
中文名: jQuery實戰(第二版)
原名: jQuery.in.Action.2ndEdition
作者: Bear Bibeault
Yehuda Katz
資源格式: PDF
版本: 第2版
出版社: MANNING
書號: ISBN 978-1-935182-32-0
發行時間: 2010年
地區: 美國
語言: 英文
簡介:
內容簡介 《jQuery實戰》全面介紹jQuery知識,展示如何遍歷HTML文檔、處理事件、執行動畫以及給網頁添加Ajax。書中緊緊地圍繞“用實際的示例來解釋每一個新概念”這一宗旨,生動描述了jQuery如何與其他工具和框架交互以及如何生成jQuery插件。jQuery 是目前最受歡迎的JavaScript/Ajax庫之一,能用最少的代碼實現最多的功能。
第二版包含了jQuery 1.4 和 jQuery UI 1.8 兩部分。
編輯推薦 《jQuery實戰》適合各層次Web開發人員。
jQuery之父強烈推薦;Amazon五星盛譽圖書;深入剖析jQuery內部工作機制;提升Web開發效率的捷徑。
jQuery是目前應用最廣泛的優秀開源JavaScript/Ajax框架之一,已經成為微軟ASP.NET、Visual Studio和諾基亞Web Run Time等主流開發平台的組成部分。借助jQuery的魔力。數十行JavaScript代碼可以被神奇地壓縮成區區幾行。多少Web開發人員在那一瞬間深深地迷戀上了這個方便快捷、功能完備的利器。
《jQuery實戰》是帶領你自如駕馭jQuery的導航者。替你肅清學習和編程路上的各種障礙。在這裡,你不僅能深入學習jQuery的各種特性和技巧,還能領略到jQuery的內部工作機制和插件體系結構以及背後的各種策略和理論,學會怎樣與其他工具和框架交互。有了jQuery和這《jQuery實戰》,你不需要再費心勞力地糾纏於各種高深復雜的JavaScript技巧,只需要使用層迭樣式表、XHTML以及普通的JavaScript知識,就能直接操作頁面元素,實現更快速更高效的Web開發。
A good web development framework anticipates your needs—jQuery practically reads your mind. You'll fall in love with it when you see 20 lines of code reduced to three. jQuery is concise and readable. And with version 1.4, there's even more to love including new effects and events, usability improvements, and more testing options.
jQuery in Action, Second Edition is a fast-paced introduction to jQuery that will take your JavaScript programming to the next level. An in-depth rewrite of the bestselling first edition, this edition provides deep and practical coverage of the latest jQuery and jQuery UI releases. The book's unique "lab pages" anchor the explanation of each new concept in a practical example. You'll learn how to traverse HTML documents, handle events, perform animations, and add Ajax to your web pages. This comprehensive guide also teaches you how jQuery interacts with other tools and frameworks and how to build jQuery plugins.
WHAT'S INSIDE
•In-depth jQuery 1.4
•Complete coverage of jQuery UI 1.8
•DOM manipulation and event handling
•Animation and UI effects
•Many practical examples
本書涉及源碼下載地址:http://www.manning.com/bibeault2/jqia2.source.zip
目錄:
Contents
--------------------------------------------------------------------------------
list of lab pages
foreword to the first edition
preface to the second edition
preface to the first edition
acknowledgments
about this book
about the authors
about the cover illustration
Part 1 Core jQuery
Chapter 1 Introducing jQuery
Power in the economy of code
Unobtrusive JavaScript
jQuery fundamentals
Summary
Chapter 2 Selecting the elements upon which to act
Selecting elements for manipulation
Generating new HTML
Managing the wrapped element set
Summary
Chapter 3 Bringing pages to life with jQuery
Working with element properties and attributes
Changing element styling
Setting element content
Dealing with form element values
Summary
Chapter 4 Events are where it happens!
Understanding the browser event models
The jQuery Event Model
Putting events (and more) to work
Summary
Chapter 5 Energizing pages with animations and effects
Showing and hiding elements
Animating the display state of elements
Creating custom animations
Animations and Queuing
Summary
Chapter 6 Beyond the DOM with jQuery utility functions
Using the jQuery flags
Using other libraries with jQuery
Manipulating JavaScript objects and collections
Miscellaneous utility functions
Summary
Chapter 7 Expand your reach by extending jQuery
Why extend jQuery?
The jQuery plugin authoring guidelines
Writing custom utility functions
Adding new wrapper methods
Summary
Chapter 8 Talk to the server with Ajax
Brushing up on Ajax
Loading content into elements
Making GET and POST requests
Taking full control of an Ajax request
Putting it all together
Summary
Part 2 jQuery UI
Chapter 9 Introducing jQuery UI: themes and effects
Configuring and downloading the UI library
jQuery themes and styling
jQuery UI Effects
Advanced positioning
Summary
Chapter 10 jQuery UI mouse interactions: Follow that mouse!
Dragging things around
Dropping dragged things
/ Sorting stuff
Changing the size of things
Making things selectable
Summary
Chapter 11 jQuery UI widgets: Beyond HTML controls
Buttons and buttonsets
Sliders
Progress bars
Autocompleters
Date pickers
Tabs
Accordions
Dialog boxes
Summary
The end?
appendix : JavaScript that you need to know but might not!