Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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]


###Licenses

As 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/