Skip to content

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
liabru committed Dec 3, 2014
1 parent 467d928 commit 667e516
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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:https://brm.io/jquery-match-height/)
Expand Down Expand Up @@ -147,6 +147,10 @@ Some browsers [do not wait](http:https://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)
Expand Down

0 comments on commit 667e516

Please sign in to comment.