CARVIEW |
Any 5 Wordpress eBooks for
$49 | €39 | £31 | AUS$47
Offer expires on 30th September.
jQuery 1.4 Reference Guide
Formats:

save 30%!
save 50%!

Also available on: |
![]() ![]() ![]() ![]() |
New jQuery Book Released | ||||||
![]() |
jQuery Tools UI Library will show you how to add useful functionality to your website, using the compact but powerful jQuery Tools library.Get inspiration for developing your own ideas with the book.
|
- Quickly look up features of the jQuery library
- Step through each function, method, and selector expression in the jQuery library with an easy-to-follow approach
- Understand the anatomy of a jQuery script
- Write your own plug-ins using jQuery's powerful plug-in architecture
- Written by the creators of learningquery.com
- Check out the new Learning jQuery Third Edition here
Book Details
Language : EnglishPaperback : 336 pages [ 235mm x 191mm ]
Release Date : January 2010
ISBN : 1849510040
ISBN 13 : 9781849510042
Author(s) : Jonathan Chaffer, Karl Swedberg
Topics and Technologies : All Books, AJAX, jQuery, Open Source, Web Development
Table of Contents
Preface
Chapter 1: Anatomy of a jQuery Script
Chapter 2: Selector Expressions
Chapter 3: DOM Traversal Methods
Chapter 4: DOM Manipulation Methods
Chapter 5: Event Methods
Chapter 6: Effect Methods
Chapter 7: AJAX Methods
Chapter 8: Miscellaneous Methods
Chapter 9: jQuery Properties
Chapter 10: The Plug-in API
Chapter 11: Alphabetical Quick Reference
Appendix A: Online Resources
Appendix B: Development Tools
Index
Jonathan Chaffer
Karl Swedberg
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
- 2 submitted: last submission 07 Mar 2012Errata type: Typo | Page number: 24 | Errata date: 25 Mar 10
original text: $('p:nth-child(even)') selects the first and third because they are children 2 and 4 (both even numbers) of their parent =========================================================== I think this should be: $('p:nth-child(even)') selects the first and second because they are children 2 and 4 (both even numbers) of their parent =========================================================== notice that "second" not "third "
Errata type: Code | Page number: 32 | Errata date: 16 Mar 10
The examples for the Less Than selector wrongly shows gt. The examples work if lt is used instead. So this: # "$('li:gt(2)') selects all elements preceding the third one." Should read: "$('li:lt(2)') selects all # elements preceding the third one." And this: "$('.myclass:gt(1)') selects all elements with the class myclass preceding the second one" Should read: "$('.myclass:lt(1)') selects all elements with the class myclass preceding the second one"
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.
What you will learn from this book
- Explore the impressive jQuery JavaScript library and its capabilities with a real-world example
- Investigate jQuery's plug-in architecture, using a variety of approaches to extend the library's capabilities
- Pull information from the server without refreshing a page using the AJAX capabilities of jQuery
- Build a small script that dynamically extracts the headings from an HTML document and assembles them into a table of contents for the page
- Discover the Form plug-in for combining AJAX techniques with HTML forms
- Explore the Dimensions plug-in for getting the size and position of any element on the page—even the document and browser window
- Determine whether an element is visible by testing its current width and height using a :visible selector
- Inspect the browser environment and individual jQuery objects using the properties of jQuery
- Create an extremely powerful jQuery toolset using a combined set of a selector expression and a corresponding DOM traversal method
- Get complete and functional jQuery-powered scripts in this example-packed book
Special Offers

Annual subscription:
$220.00 per annum
Monthly subscription:
$21.99 per month
In Detail
If you are looking for a comprehensive reference guide to this popular JavaScript library, this book and eBook is for you.
To make optimal use of jQuery, it's good to keep in mind the breadth of capabilities it provides. You can add dynamic, interactive elements to your sites with reduced development time using jQuery.
Revised and updated for version 1.4 of jQuery, this book offers an organized menu of every jQuery method, function, and selector. Each method and function is introduced with a summary of its syntax and a list of its parameters and return value, followed by a discussion, with examples where applicable, to assist in getting the most out of jQuery and avoiding the pitfalls commonly associated with JavaScript and other client-side languages.
In this book you will be provided information about the latest features of jQuery that include Sizzle Selector, Native event delegation, Event triggering, DOM manipulation, and many more. You won't be confined to built-in functionality, you'll be able to examine jQuery's plug-in architecture and we discuss both how to use plug-ins and how to write your own. If you're already familiar with JavaScript programming, this book will help you dive right into advanced jQuery concepts. You'll be able to experiment on your own, trusting the pages of this book to provide information on the intricacies of the library, where and when you need it.
This book is a companion to Learning jQuery 1.3. Learning jQuery 1.3 begins with a tutorial to jQuery, where 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.
jQuery 1.4 Reference Guide digs deeper into the library, taking you through the syntax specifications and following up with detailed discussions. You'll discover the untapped possibilities that jQuery 1.4 makes available, and polish your skills as you return to this guide time and again.
Learn from the experts
In this book and eBook, the creators of the popular jQuery learning resource, learningquery.com, share their knowledge, experience, and enthusiasm to bring you a comprehensive reference to this popular JavaScript library.
Approach
The book is a detailed reference guide, and an invaluable resource for answers to all your queries about jQuery. It is intended to be a quick reference to help at times when you need to quickly confirm a feature of the library
Who this book is for
This book is for you if you are a web developer who wants a broad, organized view of all that jQuery library has to offer or a quick reference on their desk to refer to for particular details. Basic knowledge of HTML and CSS is required. You should be comfortable with the syntax of JavaScript, but no knowledge of jQuery is assumed.
This is a reference guide, not an introductory title and if you are looking to get started with jQuery (or JavaScript libraries in general) then you are looking for the companion title Learning jQuery 1.3.
Alternative Books
Have a look at these alternative products. Remember that if you buy two eBooks, you get 50% off both.
-
New jQuery Book Released jQuery Tools UI Library will show you how to add useful functionality to your website, using the compact but powerful jQuery Tools library.Get inspiration for developing your own ideas with the book.
Learn More Download a free chapter - Organize your interfaces with reusable widgets: accordions, date pickers, dialogs, sliders, tabs, and more
- Enhance the interactivity of your pages by making elements drag-and-droppable, sortable, selectable, and resizable
- Packed with examples and clear explanations of how to easily design elegant and powerful front-end interfaces for your web applications
- Revised and targeted at jQuery UI 1.7
-
- 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
-
- Utilize jQuery's plugin framework to create a wide range of useful jQuery plugins from scratch
- Understand development patterns and best practices and move up the ladder to master plugin development
- Discover the ins and outs of some of the most popular jQuery plugins in action
- A Beginner's Guide packed with examples and step-by-step instructions to quickly get your hands dirty in developing high quality jQuery plugins
-
- Combine client-side jQuery with your server-side PHP to make your applications more efficient and exciting for the client
- Learn about some of the most popular jQuery plugins and methods
- Create powerful and responsive user interfaces for your PHP applications
- Complete examples of PHP and jQuery with clear explanations
- No JavaScript expertise or jQuery experience required
-
- Create rich and interactive web applications with PHP and jQuery
- Debug and execute jQuery code on a live site
- Design interactive forms and menus
- Another title in the Packt Cookbook range, which will help you get to grips with PHP as well as jQuery
-
- Expand your toolkit by learning to use Firebug to help you monitor, debug, develop and edit web pages on the fly
- Create your own Firebug extensions and learn about popular third-party extensions
- Covers JavaScript, AJAX, and CSS development
- Covers all of Firebug's features
- Clear explanations with easy-to-follow examples of HTML and JavaScript
-
- Learn to think in JavaScript, the language of the web browser
- Object-oriented programming made accessible and understandable to web developers
- Do it yourself: experiment with examples that can be used in your own scripts
- Write better, more maintainable JavaScript code
-
- The ultimate AJAX tutorial for building modern Web 2.0 Applications
- Create faster, lighter, better web applications by using the AJAX technologies to their full potential
- Leverage the power of PHP and MySQL to create powerful back-end functionality and make it work in harmony with a responsive AJAX clientWrite better JavaScript code to enable powerful web features
- Understand the complete client-server mechanism by following complete, step-by-step case studies
![]() |
RSS Feed |
![]() |
Sign up to Packt's newsletter |
![]() |
Follow Packt at Twitter |
![]() |
Join our Facebook Group |
Customer service body text... insert content here.
Returns Centre body text... insert content here.
Packt Updates
To submit your images Click Here
We accept the following
Footer Copyright
This site requires cookies to be enabled in your browser. Packt Publishing 2012
Links to Packt information
Click here to view Packt's cookie policy. This explains the cookies on Packt's website, and why we use them. It also explains information on how to manage your cookies.
By closing this banner, you are consenting to our use of cookies on your device, unless you have disabled them in your browser.