From 627fbeb3e617798f74114277d883968660bcf825 Mon Sep 17 00:00:00 2001 From: Niels Abildgaard Date: Fri, 16 Feb 2018 16:33:10 +0100 Subject: [PATCH] Updated README --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/README.md b/README.md index c2fbc6d..799b9e2 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,21 @@ to pass, and that new features are tested :) If you find an issue that you don't want to fix, please use the GitHub issue system. Thanks! +Contributors +------------ + +Contributors are thanked here in public! Contributing can be with code or documentation, you decide! + +Thanks a lot to the following individuals: + +- [virustrinity](https://github.com/ViRuSTriNiTy) for helping with better namespacing, so the events + emitted by showandtell do not clash with other jQuery plugins. + [#10](https://github.com/hypesystem/showandtell.js/pull/10) + [#12](https://github.com/hypesystem/showandtell.js/pull/12) +- [Paul Biron](https://github.com/pbiron) for contributing support for triggering events when hiding + several elements with a single selector (e.g. `$("#div1, #div2").hide();`). + [#15](https://github.com/hypesystem/showandtell.js/pull/15) + Background ==========