mirror of
https://github.com/desandro/imagesloaded.git
synced 2026-04-17 03:00:06 -04:00
v1.0.2 - move contributors to README
This commit is contained in:
@@ -15,4 +15,11 @@ Used in [Masonry](http://desandro.masonry.com/) and [Isotope](http://isotope.met
|
||||
|
||||
## Contribute
|
||||
|
||||
It ain't easy knowing when images have loaded. [Every browser has its own little quirks](https://github.com/desandro/imagesloaded/wiki/Browser-quirks) that make this a difficult task to develop a cross-browser solution. Pull requests, testing, [issues](https://github.com/desandro/imagesloaded/issues), and commentary are all highly encouraged (pleasepleaseplease) and very much appreciated.
|
||||
It ain't easy knowing when images have loaded. [Every browser has its own little quirks](https://github.com/desandro/imagesloaded/wiki/Browser-quirks) that make this a difficult task to develop a cross-browser solution. Pull requests, testing, [issues](https://github.com/desandro/imagesloaded/issues), and commentary are all highly encouraged (pleasepleaseplease) and very much appreciated.
|
||||
|
||||
### Contributors
|
||||
|
||||
+ Paul Irish
|
||||
+ [Adam J. Sontag](http://groups.google.com/group/jquery-dev/browse_thread/thread/eee6ab7b2da50e1f)
|
||||
+ Oren Solomianik
|
||||
+ [**and everyone else**](https://github.com/desandro/imagesloaded/contributors)
|
||||
|
||||
@@ -1,11 +1,8 @@
|
||||
/*!
|
||||
* jQuery imagesLoaded plugin v1.0.1
|
||||
* jQuery imagesLoaded plugin v1.0.2
|
||||
* http://github.com/desandro/imagesloaded
|
||||
*
|
||||
* MIT License
|
||||
* Original author: Paul Irish
|
||||
* Contributors: Yiannis Chatzikonstantinou, David DeSandro
|
||||
* Oren Solomianik, Adam J. Sontag, Sascha Depold
|
||||
* MIT License. by Paul Irish et al.
|
||||
*/
|
||||
|
||||
// $('#my-container').imagesLoaded(myFunction)
|
||||
|
||||
Reference in New Issue
Block a user