Home
Learning from jQuery: Building on Core Skills
Loading Inventory...
Barnes and Noble
Learning from jQuery: Building on Core Skills
Current price: $19.99
Barnes and Noble
Learning from jQuery: Building on Core Skills
Current price: $19.99
Loading Inventory...
Size: OS
*Product Information may vary - to confirm product availability, pricing, and additional information please contact Barnes and Noble
If you’re comfortable with jQuery but a bit shaky with JavaScript, this concise guide will help you expand your knowledge of the language—especially the code that jQuery covers up for you. Many jQuery devotees write as little code as possible, but with some JavaScript under your belt, you can prevent errors, reduce overhead, and make your application code more efficient.
- Enhance your jQuery code by using object constructors and prototypes
- Reduce overhead and gain more control by handling events with JavaScript
- Work with the DOM much faster with JavaScript than you can with jQuery
- Send a few AJAX requests without having to load the entire jQuery library
- Understand the importance of JavaScript code standards, comments, code reuse, and anti-patterns
- Enlist JavaScript resources, such as a good IDE, a syntax checker, and version control