Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/itmammoth/jqueryplugintemplateusingclass
A template for developing jQuery plugin (using javascript class)
https://github.com/itmammoth/jqueryplugintemplateusingclass
javascript jquery
Last synced: about 2 months ago
JSON representation
A template for developing jQuery plugin (using javascript class)
- Host: GitHub
- URL: https://github.com/itmammoth/jqueryplugintemplateusingclass
- Owner: itmammoth
- Created: 2015-10-18T10:52:21.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-10-18T11:08:39.000Z (about 9 years ago)
- Last Synced: 2023-08-03T13:12:54.371Z (over 1 year ago)
- Topics: javascript, jquery
- Language: JavaScript
- Size: 141 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# jqueryPluginTemplateUsingClass
This is a template for developing jQuery plugin with using javascript class. Sample plugin (Logging) is bundled into it for helping you understand how to write your plugin there.