Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tacoberu/jquery-plugin-skeleton

Skeleton for jquery plugin with potentiality overiding public method.
https://github.com/tacoberu/jquery-plugin-skeleton

Last synced: about 2 months ago
JSON representation

Skeleton for jquery plugin with potentiality overiding public method.

Awesome Lists containing this project

README

        

jquery-plugin-skeleton
======================

Skeleton for jquery plugin with potential of overiding public method.

File xpattern.jquery.js is skeleton to create new plugins, with minimum of code.
Replace all `xpattern' with your name of plugin. And append implementation
for init and calback function and options table.

evidentationNumber.jquery.js is sample implementation and evidentationNumberEx.jquery.js is sample extend of it.