diff options
author | Rob Loach <robloach@gmail.com> | 2014-09-26 15:54:17 -0700 |
---|---|---|
committer | Rob Loach <robloach@gmail.com> | 2014-09-26 15:54:17 -0700 |
commit | 24da457f03cb073b025a3ddf76dc4ddcfe820fc8 (patch) | |
tree | acd11acd2d4399a1c859a7dfb4786f7fd19baf0c | |
parent | 76177bffd8f37e2db2ec5000077e045f67cac383 (diff) | |
download | jquery-once-24da457f03cb073b025a3ddf76dc4ddcfe820fc8.zip jquery-once-24da457f03cb073b025a3ddf76dc4ddcfe820fc8.tar.gz jquery-once-24da457f03cb073b025a3ddf76dc4ddcfe820fc8.tar.bz2 |
Update README.md
-rw-r--r-- | README.md | 29 |
1 files changed, 28 insertions, 1 deletions
@@ -1,4 +1,16 @@ -# jQuery Once [](https://travis-ci.org/RobLoach/jquery-once) + +<!-- TITLE/ --> + +# jQuery Once + +<!-- /TITLE --> + + +<!-- BADGES/ --> + +[](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 --> |