Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cowboy/jquery-plugin
This "shell" plugin repo contains the directory structure and files that I use to create a new plugin. It exists only to make my life easier. Feel free to utilize anything here (customized for your needs, of course) if it helps you with your plugin development.
https://github.com/cowboy/jquery-plugin
Last synced: 2 months ago
JSON representation
This "shell" plugin repo contains the directory structure and files that I use to create a new plugin. It exists only to make my life easier. Feel free to utilize anything here (customized for your needs, of course) if it helps you with your plugin development.
- Host: GitHub
- URL: https://github.com/cowboy/jquery-plugin
- Owner: cowboy
- License: gpl-2.0
- Created: 2009-10-20T15:54:18.000Z (about 15 years ago)
- Default Branch: master
- Last Pushed: 2010-10-16T15:16:47.000Z (about 14 years ago)
- Last Synced: 2024-04-14T22:47:01.568Z (8 months ago)
- Language: JavaScript
- Homepage: http://benalman.com/
- Size: 267 KB
- Stars: 9
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
- License: LICENSE-GPL
Awesome Lists containing this project
README
# jQuery PLUGIN: SHORT_DESCRIPTION #
[http://benalman.com/projects/jquery-XXX-plugin/](http://benalman.com/projects/jquery-XXX-plugin/)Version: 1.0pre, Last updated: ?/??/2010
jQuery PLUGIN does...
Visit the [project page](http://benalman.com/projects/jquery-XXX-plugin/) for more information and usage examples!
## Documentation ##
[http://benalman.com/code/projects/jquery-XXX/docs/](http://benalman.com/code/projects/jquery-XXX/docs/)## Examples ##
These working examples, complete with fully commented code, illustrate a few
ways in which this plugin can be used.[http://benalman.com/code/projects/jquery-XXX/examples/XXX/](http://benalman.com/code/projects/jquery-XXX/examples/XXX/)
## Support and Testing ##
Information about what version or versions of jQuery this plugin has been
tested with, what browsers it has been tested in, and where the unit tests
reside (so you can test it yourself).### jQuery Versions ###
1.4.3, 1.4.2, 1.3.2### Browsers Tested ###
Internet Explorer 6-8, Firefox 3-3.6, Safari 3-4, Chrome 3-5, Opera 9.6-10.5.### Unit Tests ###
[http://benalman.com/code/projects/jquery-XXX/unit/](http://benalman.com/code/projects/jquery-XXX/unit/)## Release History ##
1.0pre - (??/??/2010) Pre-Initial release
## License ##
Copyright (c) 2010 "Cowboy" Ben Alman
Dual licensed under the MIT and GPL licenses.
[http://benalman.com/about/license/](http://benalman.com/about/license/)