diff options
author | Oliver Sartun <sartun@dievision.de> | 2015-11-12 10:55:44 +0100 |
---|---|---|
committer | Oliver Sartun <sartun@dievision.de> | 2015-11-12 10:55:44 +0100 |
commit | a047532f917e7cb95ba2f3f501c7519a713bf3f2 (patch) | |
tree | f07dda42c8a4b912a13b15229c2130ce7ab6a119 | |
parent | d63cc1a4c3d6b0eb382a97cfe7e861a1b8efaecc (diff) | |
download | jQuery.equalHeights-a047532f917e7cb95ba2f3f501c7519a713bf3f2.zip jQuery.equalHeights-a047532f917e7cb95ba2f3f501c7519a713bf3f2.tar.gz jQuery.equalHeights-a047532f917e7cb95ba2f3f501c7519a713bf3f2.tar.bz2 |
Document options by data-attributes in Readme
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |