LET'S CONNECT!
Enter for a chance to win a Peachpit/Adobe Press eBook of your choice. Fill out the form.
Publishers of technology books, eBooks, and videos for creative people
Register your product to gain access to bonus material or receive a coupon.
jQuery is a popular JavaScript library that simplifies event handling, animating, and Ajax interactions for rapid web development. Many companies are using jQuery including: Amazon, Google, Twitter, Bank of America, BBC, ESPN, CBS News, Digg, Reuters, IBM, Netflix, Dell, Oracle, Slashdot, Tecnorati, and Intuit.
Even casual web designers, who create web pages for fun, want to add the latest cool effects to their sites, and jQuery--the fast, flexible JavaScript library--is a tool of choice. Just as CSS separates "display" characteristics from the HTML structure, jQuery separates the "behavior" characteristics from the HTML structure. From visual effects, special controls, and Ajax made easy, the jQuery Visual QuickStart Guide will teach readers how to make the most of jQuery using the task-based, step-by-step, visual format they love. It's crammed with examples and there's a special section on widgets.
Introduction
Chapter 1: Essential jQuery
Chapter 2: Selecting Elements the jQuery Way
Chapter 3: Working with Elements
Chapter 4: Working with Events
Chapter 5: Visual Effects and Animation
Chapter 6: The jQuery Utility Functions
Chapter 7: Jumping into Ajax
Chapter 8: Using the Full Power of Ajax
Chapter 9: Using the jQuery Widgets
Index
Page xi, The code for the book is available at www.peachpit.com/jqueryvqs.
Page 7 - .toggleClass('striped');; - should be .toggleClass('striped');
Page 22 - function slidedown - should be slideDown
Page 31 - :nth-child(index/even/odd/equation - should be :nth-child(index/even/odd/equation)
Page 38 - p:contains("3)) - should be p:contains("3");
Download replacement script for Listing 9.16.