(Book) jQuery Fundamentals By Rebecca Murphey

jQuery Fundamentals
Introduction:
jQuery is fast becoming a must-have skill for front-end
developers. The purpose of this book is to provide an overview of the jQuery
JavaScript library; when you're done with the book, you should be able to
complete basic tasks using jQuery, and have a solid basis from which to continue
your learning. This book was designed as material to be used in a classroom
setting, but you may find it useful for individual study.
This is a hands-on class. We will spend a bit of time covering a concept, and then you’ll have the chance to work on an exercise related to the concept. Some of the exercises may seem trivial; others may be downright daunting. In either case, there is no grade; the goal is simply to get you comfortable working your way through problems you’ll commonly be called upon to solve using jQuery. Example solutions to all of the exercises are included in the sample code.
Table of Contents
- Chapter 1: Welcome
- Chapter 2: JavaScript Basics
- Chapter 3: jQuery Basics
- Chapter 4: jQuery Core
- Chapter 5: Events
- Chapter 6: Effects
- Chapter 7: Ajax
- Chapter 8: Plugins
- Chapter 9: Performance Best Practices
- Chapter 10: Code Organization
- Chapter 11: Custom Events
Courtesy: jqfundamentals.com
- guru's blog
- Login to post comments
