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)