Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/padolsey-archive/jquery.fn
A collection of jQuery plugins
https://github.com/padolsey-archive/jquery.fn
Last synced: about 20 hours ago
JSON representation
A collection of jQuery plugins
- Host: GitHub
- URL: https://github.com/padolsey-archive/jquery.fn
- Owner: padolsey-archive
- License: unlicense
- Created: 2009-12-16T19:53:36.000Z (almost 15 years ago)
- Default Branch: master
- Last Pushed: 2016-12-15T04:31:30.000Z (almost 8 years ago)
- Last Synced: 2024-10-30T04:50:17.197Z (15 days ago)
- Language: JavaScript
- Homepage: http://james.padolsey.com
- Size: 237 KB
- Stars: 1,099
- Watchers: 83
- Forks: 717
- Open Issues: 26
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
jquery.fn
===*A collection of jQuery plugins*
**Note**: This is an old repo. These plugins are not being actively developed, and they're
mostly small and simple enough for anyone familiar with JS/jQuery/DOM to understand.
If something's broken, I recommend looking into the code. It's nice to know how stuff
works anyway...###Containing:
* [Pulse][2]
* [Macro][3]
* [Cross domain Ajax][4]
* [sortElements][5]
* [Proximity event][6]
###LicensesAs of 2013 these plugins are released to the public domain under [UNLICENSE](http://unlicense.org/UNLICENSE).
[2]: http://github.com/padolsey/jQuery-Plugins/tree/master/pulse/
[3]: http://github.com/padolsey/jQuery-Plugins/tree/master/macro/
[4]: http://github.com/padolsey/jQuery-Plugins/tree/master/cross-domain-ajax/
[5]: http://github.com/padolsey/jQuery-Plugins/tree/master/sortElements/
[6]: http://github.com/padolsey/jQuery-Plugins/tree/master/proximity-event/