pivotalgeorge / jquery-aciPlugin

A jQuery plugin boilerplate

Home Page:http://acoderinsights.ro/en/aciPlugin-a-helper-for-jQuery-plugin-creation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

aciPlugin - A jQuery plugin boilerplate

aciPlugin can help you write extendable jQuery plugins. You can override a parent method, call the super method or other parent methods and keep instance and private data. The extension to a plugin can have its own default options that will be added to the extended ones. aciPlugin has built in functionality to get/set plugin options and check the 'init' state (useful for stateful plugins).

See the demo for a basic plugin implementation.

aciPlugin little jQuery plugin helper v1.5.1 http://acoderinsights.ro

Copyright (c) 2013 Dragos Ursu Dual licensed under the MIT or GPL Version 2 licenses.

Require jQuery Library >= v1.2.3 http://jquery.com

About

A jQuery plugin boilerplate

http://acoderinsights.ro/en/aciPlugin-a-helper-for-jQuery-plugin-creation

License:MIT License


Languages

Language:HTML 53.7%Language:JavaScript 46.3%