
jQuery Fundamentals
by Rebecca Murphey
2010
Number of pages: 108
Description:
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.
Download or read it online for free here:
Download link
(multiple formats)
Similar books
Speaking JavaScriptby Axel Rauschmayer - O'Reilly Media
First, a quick-start guide teaches you just enough of the language to help you be productive right away. More experienced JavaScript programmers will find a complete and easy-to-read reference that covers each language feature in depth.
(9842 views)
Eloquent JavaScript: An opinionated guide to programmingby Marijn Haverbeke - No Starch Press
This ebook provides a comprehensive introduction to the JavaScript programming language. It contains plenty of example programs, and an environment to try them out and play with them. The book is aimed at the beginning programmer.
(21565 views)
You Don't Know JS: Scope and Closuresby Kyle Simpson - O'Reilly
This guide takes you inside scope and closures, two core concepts you need to know to become a more efficient JS programmer. You'll learn how and why they work, and how an understanding of closures can be a powerful part of your development skillset.
(9008 views)
JavaScript: The Right Wayby William Oliveira - jstherightway.com
Since JavaScript is one of the most popular languages nowadays, there's a lot of obsolete information about it on the web. This book is an easy-to-read, quick reference for JS best practices, accepted coding standards, and links around the Web.
(18244 views)