summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRob Loach <robloach@gmail.com>2014-09-26 15:54:17 -0700
committerRob Loach <robloach@gmail.com>2014-09-26 15:54:17 -0700
commit24da457f03cb073b025a3ddf76dc4ddcfe820fc8 (patch)
treeacd11acd2d4399a1c859a7dfb4786f7fd19baf0c
parent76177bffd8f37e2db2ec5000077e045f67cac383 (diff)
downloadjquery-once-24da457f03cb073b025a3ddf76dc4ddcfe820fc8.zip
jquery-once-24da457f03cb073b025a3ddf76dc4ddcfe820fc8.tar.gz
jquery-once-24da457f03cb073b025a3ddf76dc4ddcfe820fc8.tar.bz2
Update README.md
-rw-r--r--README.md29
1 files changed, 28 insertions, 1 deletions
diff --git a/README.md b/README.md
index 91c08f1..fb7c5ba 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,16 @@
-# jQuery Once [![Build Status](https://travis-ci.org/RobLoach/jquery-once.svg?branch=master)](https://travis-ci.org/RobLoach/jquery-once)
+
+<!-- TITLE/ -->
+
+# jQuery Once
+
+<!-- /TITLE -->
+
+
+<!-- BADGES/ -->
+
+[![Build Status](https://travis-ci.org/RobLoach/jquery-once.svg?branch=master)](https://travis-ci.org/RobLoach/jquery-once)
+
+<!-- /BADGES -->
Filters out all elements that had the same filter applied on them before. It can
be used to ensure that a function is only applied once to an element.
@@ -43,12 +55,27 @@ $ grunt release
```
+<!-- HISTORY/ -->
+
+## History
+[Discover the change history by heading on over to the `HISTORY.md` file.](HISTORY.md)
+
+<!-- /HISTORY -->
+
+
+<!-- LICENSE/ -->
+
## License
Dual licensed under the [MIT and GPL licenses](LICENSE).
+<!-- /LICENSE -->
+
+<!-- BACKERS/ -->
## Credits
* [Konstantin Käfer](http://kkaefer.com)
* [Rob Loach](http://robloach.net)
+
+<!-- /BACKERS -->