Skip to content

Commit

Permalink
updated readme, changelog, build
Browse files Browse the repository at this point in the history
  • Loading branch information
liabru committed May 1, 2014
1 parent 8f5f13f commit ae0a825
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 4 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Expand Up @@ -9,8 +9,10 @@
- fixed IE8 NaN bug when parsing 'auto' properties
- fixed IE8 window resize event loop bug
- fixed compatibility with older jQuery versions
- added matchHeight('remove')
- added bower package file
- added jquery package file
- removed forced `display:block` after application

## 0.5.0 - 2014-03-02

Expand Down
7 changes: 7 additions & 0 deletions README.md
Expand Up @@ -22,6 +22,7 @@ See the [jquery.matchHeight.js demo](http://brm.io/jquery-match-height-demo).
- handles images and other media (updates automatically after loading)
- data attributes API
- tested in IE8+, Chrome, Firefox, Chrome Android
- can be removed when needed

### Status

Expand Down Expand Up @@ -56,6 +57,12 @@ All elements with the same group name will be set to the same height when the pa

Note that `byRow` will be enabled when using the data API, if you don't want this then use the above method.

### Removing

It is possible to remove any matchHeight bindings for a given set of elements like so

$('.item').matchHeight('remove');

### Examples

$(function() {
Expand Down
8 changes: 4 additions & 4 deletions jquery.matchHeight-min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit ae0a825

Please sign in to comment.