summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorliabru <liabru@brm.io>2014-12-03 23:45:23 +0000
committerliabru <liabru@brm.io>2014-12-03 23:45:23 +0000
commit667e516e99b1741eb0fd33a1c7890159709a201c (patch)
tree1854a9baf9aafd21d66a373b758a019e8e21967d
parent467d92835dc8f147dff7cf6abe982eb0d511c18e (diff)
downloadjquery-match-height-667e516e99b1741eb0fd33a1c7890159709a201c.zip
jquery-match-height-667e516e99b1741eb0fd33a1c7890159709a201c.tar.gz
jquery-match-height-667e516e99b1741eb0fd33a1c7890159709a201c.tar.bz2
updated readme
-rw-r--r--README.md6
1 files changed, 5 insertions, 1 deletions
diff --git a/README.md b/README.md
index f093e77..8b5968f 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
# jquery.matchHeight.js #
-*matchHeight* makes the height of all selected elements exactly equal.<br>
+> *matchHeight* makes the height of all selected elements exactly equal.<br>
It handles many edge cases that cause similar plugins to fail.
[brm.io/jquery-match-height](http://brm.io/jquery-match-height/)
@@ -147,6 +147,10 @@ Some browsers [do not wait](http://www.stevesouders.com/blog/2009/10/13/font-fac
If this is a problem, you should call `_update` once your font has loaded by using something like the [webfontloader](https://github.com/typekit/webfontloader) script.
+#### Content changes require a manual update
+
+If you change the content inside an element that has had `matchHeight` applied, then you must manually call `$.fn.matchHeight._update()` afterwards. This will update of all currently set equal heights groups.
+
### Changelog
To see what's new or changed in the latest version, see the [changelog](https://github.com/liabru/jquery-match-height/blob/master/CHANGELOG.md)