summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOliver Sartun <sartun@dievision.de>2015-11-12 10:55:44 +0100
committerOliver Sartun <sartun@dievision.de>2015-11-12 10:55:44 +0100
commita047532f917e7cb95ba2f3f501c7519a713bf3f2 (patch)
treef07dda42c8a4b912a13b15229c2130ce7ab6a119
parentd63cc1a4c3d6b0eb382a97cfe7e861a1b8efaecc (diff)
downloadjQuery.equalHeights-a047532f917e7cb95ba2f3f501c7519a713bf3f2.zip
jQuery.equalHeights-a047532f917e7cb95ba2f3f501c7519a713bf3f2.tar.gz
jQuery.equalHeights-a047532f917e7cb95ba2f3f501c7519a713bf3f2.tar.bz2
Document options by data-attributes in Readme
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 327416c..f97fbdf 100644
--- a/README.md
+++ b/README.md
@@ -21,6 +21,7 @@ Alternatively, install with [bower](https://github.com/bower/bower):
### Auto Initialize
Add `data-equal="MYELEMENTS"` to the parent container, where MYELEMENTS is div, section, li, whatever you'd like. [See the example](https://github.com/mattbanks/jQuery.equalHeights/blob/master/example/example.html) for more information.
+You can optioanlly specify the options by setting `data-equal-wait="true"` and `data-equal-watch="true"`.
### Manually Initialize