Skip to content

Commit 667e516

Browse files
committed
updated readme
1 parent 467d928 commit 667e516

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# jquery.matchHeight.js #
22

3-
*matchHeight* makes the height of all selected elements exactly equal.<br>
3+
> *matchHeight* makes the height of all selected elements exactly equal.<br>
44
It handles many edge cases that cause similar plugins to fail.
55

66
[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
147147

148148
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.
149149

150+
#### Content changes require a manual update
151+
152+
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.
153+
150154
### Changelog
151155

152156
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)

0 commit comments

Comments
 (0)