https://github.com/jollytoad/jquery.plugins
A collection of small but useful jQuery plugins (UNMAINTAINED)
https://github.com/jollytoad/jquery.plugins
Last synced: about 2 months ago
JSON representation
A collection of small but useful jQuery plugins (UNMAINTAINED)
- Host: GitHub
- URL: https://github.com/jollytoad/jquery.plugins
- Owner: jollytoad
- Created: 2009-05-20T11:50:51.000Z (almost 16 years ago)
- Default Branch: master
- Last Pushed: 2010-07-11T10:57:23.000Z (almost 15 years ago)
- Last Synced: 2024-04-15T22:12:19.920Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 133 KB
- Stars: 6
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
This is a repository of jQuery plugins that we've created at Adaptavist.com.
They are too small to warrant their own repositories, so they will remain
here unless they grow.Plugins:
jquery.conflict.js
For use in a multiple jQuery environment.
Ensures that scripts are loaded with the current jQuery in the global scope.jquery.defer.js
Defer any callback function, most useful for events.
See: http://www.adaptavist.com/display/jQuery/Deferjquery.overlay.js
Overlay objects over one another using deep prototypal inheritance,
useful for configuration and JSON objects, and model based apps.
See: http://www.adaptavist.com/display/jQuery/Overlay