Tags
Language
Tags
April 2024
Su Mo Tu We Th Fr Sa
31 1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30 1 2 3 4

The Joy of jQuery: A Beginner's Guide to the World's Most Popular Javascript Library

Posted By: ksenya.b
The Joy of jQuery: A Beginner's Guide to the World's Most Popular Javascript Library

"The Joy of jQuery: A Beginner's Guide to the World's Most Popular Javascript Library" by Alan Forbes
2014 | EPUB | 152 pages | ISBN: 1495269361 | English | 0.5 MB

How to leverage jQuery to make your web applications sizzle with awesomeness– even if you've never programmed before and don't know any Javascript

From the author of the #1 best seller "The Joy of PHP" comes another great beginner's guide for those seeking to learn jQuery. jQuery is a programming language you can use to create cool web applications.

jQuery is free, powerful, simple to reference in your web pages, and easy to learn. You can get started quickly, and you won't outgrow it later when you get really good at it. You'll find that you use jQuery in all your web applications once you get the hang of it.

Beginners: This is the jQuery book for you

Most programming books are long, dry, and boring– but this one is the opposite of that. It's short and to the point, and uses the example of a (somewhat shady) used car salesman's web site to give the learning some context and humor. The Joy of PHP by the same author is consistently the top-rated book in its category precisely because it makes learning PHP fun. This book does the same for jQuery.

What's jQuery?

jQuery is a fast, small, and feature-rich JavaScript library. JavaScript 'library' means that it is full of JavaScript that you don't need to understand to be able to use– in the same way that an automobile is a car parts 'library'. The parts are there and we can use them, so who really cares how they work?

jQuery makes things like HTML manipulation, event handling, animation, and Ajax much simpler. jQuery works across a multitude of browsers. With a combination of versatility and extensibility, jQuery has changed the way that millions of people write JavaScript, and this book can change how YOU code too!

Book Contents Include:

What is jQuery?
Get the Source Code
Getting Started with jQuery
Introduction to HTML
Introduction to CSS
jQuery Selectors
jQuery UI Widgets: Dramatic Page Enhancements
Using jQuery for Form Validation
jQuery AJAX
jQuery Mobile
jQuery Animation