From 667e516e99b1741eb0fd33a1c7890159709a201c Mon Sep 17 00:00:00 2001 From: liabru Date: Wed, 3 Dec 2014 23:45:23 +0000 Subject: [PATCH] updated readme --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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.
+> *matchHeight* makes the height of all selected elements exactly equal.
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)