Learning jQuery 1.3
Formats:
save 15%!
save 10%!
Includes free access to the book on PacktLib
save 38%!
Free Shipping! UK, US, Europe and selected countries in Asia.
| Also available on: |
|
- An introduction to jQuery that requires minimal programming experience
- Detailed solutions to specific client-side problems
- For web designers to create interactive elements for their designs
- For developers to create the best user interface for their web applications
- Packed with great examples, code, and clear explanations
- Revised and updated version of the first book to help you learn jQuery
Book Details
Language : EnglishPaperback : 444 pages [ 235mm x 191mm ]
Release Date : February 2009
ISBN : 1847196705
ISBN 13 : 9781847196705
Author(s) : Jonathan Chaffer, Karl Swedberg
Topics and Technologies : All Books, AJAX, jQuery, Open Source, Web Development
Table of Contents
Preface
Chapter 1: Getting Started
Chapter 2: Selectors
Chapter 3: Events
Chapter 4: Effects
Chapter 5: DOM Manipulation
Chapter 6: AJAX
Chapter 7: Table Manipulation
Chapter 8: Forms with Function
Chapter 9: Shufflers and Rotators
Chapter 10: Using Plugins
Chapter 11: Developing plugins
Appendix A: Online Resources
Appendix B: Development Tools
Appendix C: JavaScript Closures
Appendix D: Quick Reference
Index
Jonathan Chaffer
Karl Swedberg
Learning jQuery 1.3 is an information-packed resource that can help Web developers learn how to take their JavaScript programming to the next level. Michael J. Ross, Web developer
I would recommend this book to anyone who wants to leverage the power of jQuery in their websites.
Sample chapters
You can view our sample chapters and prefaces of this title on PacktLib or download sample chapters in PDF format.
Code Downloads
Download the code and support files for this book.
Errata
- 3 submitted: last submission 07 Feb 2012Errata type: Code | Page number: 57
In the function on page 57 event.stopPropagation() should be repaced with event.target.stopPropagation()
Errata type: Code | Page number: 25
$('a [href^=mailto:]') should be $('a[href^="mailto:"]')
and $('a [href$=.pdf]') should be $('a[href$=".pdf"]')
Errata type: Code Download
The code for chapters 7, 8, and 9 of this book are contained in a subdirectory called "bookstore".
Submit Errata
Please let us know if you have found any errors not listed on this list by completing our errata submission form. Our editors will check them and add them to this list. Thank you.
This book will give you the tools you need to be on the cutting edge of the web development community. With these techniques at your disposal, you can:
- Use selectors to get anything you want from a page
- Make things happen on your page with events
- Add flair to your actions with animation effects
- Change your page on command with DOM manipulation
- Use AJAX to get the most out of server-side code
- Transform drab, static information containers into beautiful, dynamic tables
- Breathe new life into online forms
- Create dynamic shufflers, rotators, and galleries
- Get started with official jQuery plug-ins
- Customize by writing your own jQuery plug-ins
Annual subscription:
$220.00 per annum
Monthly subscription:
$21.99 per month
|
||||||||||||||||
To build interesting, interactive sites, developers are turning to JavaScript libraries such as jQuery to automate common tasks and simplify complicated ones. Because many web developers have more experience with HTML and CSS than with JavaScript, the library's design lends itself to a quick start for designers with little programming experience. Experienced programmers will also be aided by its conceptual consistency.
Revised and updated for version 1.3 of jQuery, this book teaches you the basics of jQuery for adding interactions and animations to your pages. Even if previous attempts at writing JavaScript have left you baffled, this book will guide you past the pitfalls associated with AJAX, events, effects, and advanced JavaScript language features.
In this book, the authors share their knowledge, experience, and enthusiasm about jQuery to help you get the most from the library and to make your web applications shine. The book introduces jQuery and shows how you can write a functioning jQuery program in just three lines of code. It then guides you through CSS selectors and shows how to enhance the basic event handling mechanisms to give them a more elegant syntax. You will then learn to add impact to your actions through a set of simple visual effects and also to create, copy, reassemble, and embellish content using jQuery's DOM modification methods. You will also learn to send and retrieve information with AJAX methods. The book will then step you through many detailed, real-world examples and even equip you to extend the jQuery library itself with your own plug-ins.
Packed with great examples and clear explanations, this revised and updated version of Learning jQuery teaches you how to use jQuery 1.3.
This book begins with a tutorial to jQuery, followed by an examination of common, real-world client-side problems, and solutions to each of them making it an invaluable resource for answers to all your jQuery questions.
This book is for web designers who want to create interactive elements for their designs, and for developers who want to create the best user interface for their web applications. Basic JavaScript programming knowledge is required. You will need to know the basics of HTML and CSS, and should be comfortable with the syntax of JavaScript. No knowledge of jQuery is assumed, nor is experience with any other JavaScript libraries required.



Click here to view more images




