jQuery.fn.equalSize
-
.equalHeight()
Set the heigh of a highest element in the set of matched elements to each of the set of matched elements.
-
.equalInnerHeight()
Set the heigh of a innerHighest element in the set of matched elements to each of the set of matched elements.
-
.equalInnerWidth()
Set the innerWidth of a broadest element in the set of matched elements to each of the set of matched elements.
-
.equalOuterHeight()
Set the heigh of a outerHighest element in the set of matched elements to each of the set of matched elements.
-
.equalOuterWidth()
Set the outerWidth of a broadest element in the set of matched elements to each of the set of matched elements.
-
.equalWidth()
Set the width of a broadest element in the set of matched elements to each of the set of matched elements.