This is the only eBook at the moment that deals specifically with plugin development (for intermediate and advanced developers), which is such an important part of the jQuery library, and teaches how to properly work with it. It is not meant for beginners in JavaScript nor jQuery. This book also presents best-use practices for jQuery and JavaScript as part of the teachings around the plugins.
Pro jQuery Plugins teaches you how to use and build jQuery plugins the right way. It has some plugin examples for different use-cases, that vary in complexity and functionality.
Why jQuery?Nowadays jQuery is ubiquitous in web apps and websites. While this is great, its flexibility has also meant that a lot of developers do not write jQuery in the most appropriate or optimized ways, meaning the best experience possible is not always being presented. This book will teach you how to get the best out of jQuery plugins and build them the right way. Specifically, you will learn:
Why some JavaScript and jQuery methods and methodologies are better to use than othersHow to appropriately and correctly build optimized and future-proof jQuery pluginsWhat third-party plugins you can use and why you shouldPro jQuery Plugins is a must-have book if you already know your way around jQuery and have advanced knowledge of JavaScript. It takes you through the process of building jQuery plugins in a better way, and analyzes the core of JavaScript and jQuery, explaining why some methods and methodologies are better to use than others. Using great examples and use cases, Pro jQuery Plugins is the essential resource for all your jQuery plugin needs.
It has insights on:
How to build a jQuery plugin, properlyWhen to build a jQuery pluginCore Concepts about JavaScript OptimizationsCore Concepts about jQuery OptimizationsWho this book is forPro jQuery Plugins is for the mid to senior-level front-end developer who already knows and works with jQuery and JavaScript, but wants to build better plugins. It is not intended for beginners to jQuery or JavaScript, and will assume good knowledge of these. If you like to make re-usable code and love jQuery, this book is definitely for you.
Chapter 1: The Essentials of jQuery PluginsChapter 2: A Simple Input Validation PluginChapter 3: A Simple Tooltip PluginChapter 4: A Simple Lightbox PluginChapter 5: A Very Complete Slider Plugin - Part IChapter 6: A Very Complete Slider Plugin - Part IIChapter 7: A Timeline Plugin - Part IChapter 8: A Timeline Plugin - Part IIChapter 9: Extending FunctionalityChapter 10: Useful Repeating PluginsFor the Developers, not the novel readersThis book has a lot of code. Many explanations about methods and what certain lines of code mean are in the code samples themselves. All the code is available in a public GitHub repository ( https: //github.com/BrunoBernardino/ProjQueryPlugins ), and it will stay up-to-date.
The author hates redundancies and filler text, so you can expect a book to-the-point, and with code. Lots of code.
Make no mistake, you are expected to code yourself, to obtain a better experience.