๐”– Scriptorium
โœฆ   LIBER   โœฆ

๐Ÿ“

jQuery Plugin Development Beginner's Guide

โœ Scribed by Bai, Giulio


Publisher
Packt Pub
Year
2010
Tongue
English
Leaves
288
Category
Library

โฌ‡  Acquire This Volume

No coin nor oath required. For personal study only.

โœฆ Synopsis


A jQuery plugin is simply a way to put your code into a package,which makes it easier to maintain your code and use across different projects. While basic scripting is relatively straightforward,writing plugins can leave people scratching their heads. This book takes you beyond the basics of jQuery and enables you to take full advantage of jQuery's powerful plugin architecture to deliver highly interactive content to your website users.
The book contains all the information you need to successfully author your very own jQuery plugin with a particular focus on the practical aspect of design and development.
It will also cover some details of real life plugins and explain their functioning to gain a better understanding of the overall concept of plugin development and jQuery plugin architecture.
Different topics regarding plugin development are discussed,and you will learn how to develop many types of add-ons,ranging from media plugins (such as slideshows,video and audio controls, and so on) to various utilities (image pre-loading,handling cookies) and use and applications of jQuery effects and animations (sliding, fading,combined animations) to eventually demonstrate how all of these plugins can be merged and give birth to a new, more complex,and multi purpose script that comes in handy in a lot of situations.

What you will learn from this book

  • Create numerous types of commonly used jQuery plugins
  • Design a standard development pattern to apply to all your plugins to speed up the process
  • Build plugins that enhance viewer's multimedia experience on your website
  • Learn how to build attractive animation plugins that show effects like fading and sliding
  • Discover how jQuery handles third party plugins and how some portions of code can(not) be accessed
  • Implement time saving design patterns and best practices to optimize your plugins
  • Learn the ins and outs of some of the most popular plugins and how they actually work to do what they do
  • Learn via an in-depth practical approach,providing you with a simple, yet effective,structure to minimize efforts and obtain better results quickly
This book takes a beginner's guide approach,giving you step-by-step instructions for creating a number of different jQuery plugins covering most of the common issues one may encounter. It's a practical guide,which will show you how to design and build the most commonly used jQuery plugins


๐Ÿ“œ SIMILAR VOLUMES


jQuery Plugin Development Beginner's Gui
โœ Giulio Bai ๐Ÿ“‚ Library ๐Ÿ“… 2010 ๐Ÿ› Packt Publishing ๐ŸŒ English

A jQuery plugin is simply a way to put your code into a package,which makes it easier to maintain your code and use across different projects. While basic scripting is relatively straightforward,writing plugins can leave people scratching their heads. This book takes you beyond the basics of

jQuery Plugin Development Beginner's Gui
โœ Giulio Bai ๐Ÿ“‚ Library ๐Ÿ“… 2010 ๐Ÿ› Packt Publishing ๐ŸŒ English

A jQuery plugin is simply a way to put your code into a package,which makes it easier to maintain your code and use across different projects. While basic scripting is relatively straightforward,writing plugins can leave people scratching their heads. This book takes you beyond the basics of

jQuery 1.4 Plugin Development Beginners
โœ Giulio Bai ๐Ÿ“‚ Library ๐Ÿ“… 2010 ๐Ÿ› Packt Publishing ๐ŸŒ English

This book takes a beginners guide approach, giving you step-by-step instructions for creating a number of different jQuery plugins covering most of the common issues one may encounter when working on web pages and sites. It is a practical guide, which will show you how to design and build the most c

WordPress Plugin Development. Beginner;s
โœ Vladimir Prelovac ๐Ÿ“‚ Library ๐Ÿ“… 2009 ๐Ÿ› Packt Publishing ๐ŸŒ English

If you can write WordPress plug-ins, you can make WordPress do just about anything. From making the site easier to administer, to adding the odd tweak or new feature, to completely changing the way your blog works, plug-ins are the method WordPress offers to customize and extend its functionality. T

jQuery: A Beginner's Guide
โœ John Pollock ๐Ÿ“‚ Library ๐Ÿ“… 2014 ๐Ÿ› McGraw-Hill Osborne Media ๐ŸŒ English

<h4>Essential Skills--Made Easy!</h4> <p>Learn the fundamentals of jQuery programming in no time. <i>jQuery: A Beginner's Guide</i> starts with the basics--from including the library in an HTML document to element selection, event handling, and CSS style manipulation. Next, it's on to JavaScript and