Rating:

(29 reviews)
Author: Jonathan Chaffer
ISBN : B005PYML30
New from $14.59
Format: PDF
Direct download links available Free Learning jQuery, Third Edition for everyone book with Mediafire Link Download LinkStep through each of the core concepts of the jQuery library, building an overall picture of its capabilities. Once you have thoroughly covered the basics, the book returns to each concept to cover more advanced examples and techniques. This book is for web designers who want to create interactive elements for their designs, and for developers who want to create the best user interface for their web applications. Basic JavaScript programming and knowledge of HTML and CSS is required. No knowledge of jQuery is assumed, nor is experience with any other JavaScript libraries.Download latest books on mediafire and other links compilation Free Learning jQuery, Third Edition
- File Size: 2912 KB
- Print Length: 430 pages
- Page Numbers Source ISBN: 1849516545
- Publisher: Packt Publishing; 3rd New edition edition (September 23, 2011)
- Sold by: Amazon Digital Services, Inc.
- Language: English
- ASIN: B005PYML30
- Text-to-Speech: Enabled
X-Ray:
- Lending: Not Enabled
- Amazon Best Sellers Rank: #268,124 Paid in Kindle Store (See Top 100 Paid in Kindle Store)
Free Learning jQuery, Third Edition
Chapter 1: Getting Started
The book starts off with a quick introduction to jQuery, what it does and why it works so well. As the authors point out one of the great things you learn about jQuery right away is that it abstracts away browser quirks for you. With most browsers putting out a new version every few months this becomes a solid benefit for using jQuery.
The chapter includes an example (the HTML in the sample has been updated to HTML5) to inject a new CSS class to a particular DIV on the page. They demonstrate how this could be done without jQuery using plain JavaScript so you can see how much time jQuery saves you in terms of the amount of code you would need to write otherwise.
The chapter finishes off with a quick mention and demo (using Firebug) of some tools you can use to help work with jQuery more efficiently when your writing code.
Chapter 2: Selecting Elements
The basics are laid out in this chapter like the DOM and how HTML pages are structured, the $() function, CSS selectors and custom selectors. Each topic is shown either in code or an image to better represent it to the reader. The code examples are easy yet practical and even a beginner in HTML/JavaScript shouldn't have much of a problem following along. The sub-topics in the chapter are then used to introduce things like DOM traversal methods (their example of styling specific cells is useful), chaining, and ends off with accessing DOM elements.
Chapter 3: Handling Events
Towards the start of this chapter there is a good hint they mention regarding putting your style tags before the script tags in your HTML page, that way you know your page has been styled before any script has been run.
Download Link 1 -
Download Link 2