Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/tacoberu/jquery-plugin-skeleton
- Owner: tacoberu
- License: mit
- Created: 2013-08-15T11:46:02.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-01-06T23:01:01.000Z (almost 10 years ago)
- Last Synced: 2023-04-03T14:13:07.717Z (over 1 year ago)
- Language: JavaScript
- Size: 133 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.