You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I needed a more robust version of the common [equal heights](https://www.google.com/search?q=jquery+equal+heights) plugin (that everyone and their grandma has made before).
8
-
7
+
I needed a more robust version of the common [equal heights](https://www.google.com/search?q=jquery+equal+heights) plugin.
9
8
So matchHeight improves on these by adding features and handling the edge cases where the others tend to fail in practice.
10
9
11
10
### Demo
@@ -26,7 +25,7 @@ See the [jquery.matchHeight.js demo](http://brm.io/jquery-match-height-demo).
26
25
27
26
### Status
28
27
29
-
Current version is `v0.5.0`. I've fully tested it and it works well, but if you use it make sure you test fully too.
28
+
Current version is `v0.5.1`. I've fully tested it and it works well, but if you use it make sure you test fully too.
30
29
Please report any [issues](https://github.com/liabru/jquery-match-height/issues) you find.
31
30
32
31
### Install
@@ -36,6 +35,10 @@ Please report any [issues](https://github.com/liabru/jquery-match-height/issues)
0 commit comments