Discover millions of ebooks, audiobooks, and so much more with a free trial

Only $11.99/month after trial. Cancel anytime.

Instant jQuery Boilerplate for Plugins
Instant jQuery Boilerplate for Plugins
Instant jQuery Boilerplate for Plugins
Ebook155 pages1 hour

Instant jQuery Boilerplate for Plugins

Rating: 0 out of 5 stars

()

Read preview

About this ebook

Filled with practical, step-by-step instructions and clear explanations for the most important and useful tasks. This book is a how-to manual complete with recipes that range from writing a simple plug-in to adding enhancements/features to your plug-in. This book is for JavaScript enthusiasts who are looking for hands on recipes to help them develop their own plug-ins.
LanguageEnglish
Release dateAug 22, 2013
ISBN9781849519717
Instant jQuery Boilerplate for Plugins

Related to Instant jQuery Boilerplate for Plugins

Related ebooks

Programming For You

View More

Related articles

Reviews for Instant jQuery Boilerplate for Plugins

Rating: 0 out of 5 stars
0 ratings

0 ratings0 reviews

What did you think?

Tap to rate

Review must be at least 10 words

    Book preview

    Instant jQuery Boilerplate for Plugins - Jonathan Fielding

    Table of Contents

    Instant jQuery Boilerplate for Plugins

    Credits

    About the Author

    About the Reviewer

    www.PacktPub.com

    Support files, eBooks, discount offers and more

    Why Subscribe?

    Free Access for Packt account holders

    Preface

    What this book covers

    Who this book is for

    Conventions

    Reader feedback

    Customer support

    Downloading the example code

    Errata

    Piracy

    Questions

    1. Instant jQuery Boilerplate for Plugins

    Getting started with jQuery plugins (Simple)

    Getting ready

    How to do it

    There's more

    Wrapping your plugin in a closure

    Passing settings as an object literal

    Claiming only one namespace

    Always returning this

    Getting started with your first plugin (Simple)

    Getting ready

    How to do it

    Creating a simple JSON reader (Simple)

    Getting ready

    How to do it

    jQuery Hover panels with jQuery Boilerplate (Simple)

    Getting Ready

    How to do it...

    Writing a carousel with jQuery Boilerplate (Intermediate)

    Getting Ready

    How to do it...

    There's more...

    AJAX bookshelves with jQuery Boilerplate (Advanced)

    Getting ready

    How to do it…

    There's more...

    Extending our plugin

    Writing a validation plugin using jQuery Boilerplate (Intermediate)

    Getting ready

    How to do it...

    There's more...

    jQuery plugins documentation

    GitHub help

    JonathanFielding.com

    Instant jQuery Boilerplate for Plugins


    Instant jQuery Boilerplate for Plugins

    Copyright © 2013 Packt Publishing

    All rights reserved. No part of this book may be reproduced, stored in a retrieval system, or transmitted in any form or by any means, without the prior written permission of the publisher, except in the case of brief quotations embedded in critical articles or reviews.

    Every effort has been made in the preparation of this book to ensure the accuracy of the information presented. However, the information contained in this book is sold without warranty, either express or implied. Neither the author, nor Packt Publishing, and its dealers and distributors will be held liable for any damages caused or alleged to be caused directly or indirectly by this book.

    Packt Publishing has endeavored to provide trademark information about all of the companies and products mentioned in this book by the appropriate use of capitals. However, Packt Publishing cannot guarantee the accuracy of this information.

    First published: August 2013

    Production Reference: 1170813

    Published by Packt Publishing Ltd.

    Livery Place

    35 Livery Street

    Birmingham B3 2PB, UK.

    ISBN 978-1-84951-970-0

    www.packtpub.com

    Credits

    Author

    Jonathan Fielding

    Reviewer

    Marcello di Simone

    Acquisition Editor

    James Jones

    Commissioning Editor

    Shreerang Deshpande

    Technical Editors

    Anita Nayak

    Sonali S. Vernekar

    Copy Editors

    Brandt T. D'Mello

    Gladson Monteiro

    Alfida Paiva

    Laxmi Subramanian

    Project Coordinator

    Suraj Bist

    Proofreader

    Stephen Copestake

    Production Coordinator

    Conidon Miranda

    Cover Work

    Conidon Miranda

    About the Author

    Jonathan Fielding attended the University of Hull where he studied Internet computing. Since completing his degree, he has worked for a variety of companies across banking and marketing fields, developing both frontend and backend systems.

    Jonathan currently works for McCormack & Morrison, a digital agency based in London, UK, developing responsive websites for clients that include Virgin Active, Nyetimber, and Intent Media.

    As a regular contributor to open source, he has launched several of his own open source projects, including several jQuery plugins, and regularly publishes tutorials on his blog with the aim of sharing knowledge.

    I would like to thank my wife, Charlie, and my two fantastic children for supporting me while I have been writing this book.

    About the Reviewer

    Marcello di Simone is a senior web developer with a strong focus on frontend technologies (such as JavaScript, Node.js, HTML, and CSS) and is currently developing native mobile games for Android at Innogames GmbH in his adopted home, Hamburg, Germany.

    www.PacktPub.com

    Support files, eBooks, discount offers and more

    You might want to visit www.PacktPub.com for support files and downloads related to your book.

    Did you know that Packt offers eBook versions of every book published, with PDF and ePub files available? You can upgrade to the eBook version at www.PacktPub.com and, as a print book customer, you are entitled to a discount on the eBook copy. Get in touch with us at for more details.

    At www.PacktPub.com, you can also read a collection of free technical articles, sign up for a range of free newsletters and receive exclusive discounts and offers on Packt books and eBooks.

    http://PacktLib.PacktPub.com

    Do you need instant solutions to your IT questions? PacktLib is Packt's online digital book library. Here, you can access, read and search across Packt's entire library of books. 

    Why Subscribe?

    Fully searchable across every book published by Packt

    Copy-and-paste, print and bookmark content

    On-demand and accessible via web browsers

    Free Access for Packt account holders

    If you have an account with Packt at www.PacktPub.com, you can use this to access PacktLib today and view nine entirely free books. Simply use your login credentials for immediate access.

    Preface

    Instant jQuery Boilerplate for Plugins is a guide to getting started with writing your first jQuery plugin. We will explore the different options available, offer a full breakdown of what jQuery Boilerplate has to offer, and then go through several tutorials to get you comfortable with writing a plugin. Once you have got to grips with writing your plugin, we will finally explore how you can go about making your own plugin and making it available as an open source project.

    What this book covers

    Getting started with jQuery plugins (Simple) explores the steps we need to take to prepare ourselves for jQuery plugin development using jQuery Boilerplate.

    Getting started with your first plugin (Simple) will get us started with writing our first plugin. We will write a simple plugin that swaps the shape that is shown

    Enjoying the preview?
    Page 1 of 1