|
游客,本帖隐藏的内容需要积分高于 1 才可浏览,您当前积分为 0
资源信息:
中文名: 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!
|