jquery-match-height icon indicating copy to clipboard operation
jquery-match-height copied to clipboard

How to set the equal height after click action for some div element is set to invisible?

Open wilsontse88 opened this issue 7 years ago • 1 comments

Here is the screen that I need to reset the height by after some div are display ..

how ,? please help me..

the first div is 188.889px and the 2nd div is 162.889px ...V_V

can i set the equal height after some div are set the display: none ??

matchheight

Tthanks.

wilsontse88 avatar Aug 16 '17 04:08 wilsontse88

Old question, but found this when searching for answer for my problem.

These should do the trick:

First remove the height settings: $('.item').matchHeight({ remove: true });

Then: $('.item').matchHeight({byRow: false});

luuptekman avatar Aug 28 '18 07:08 luuptekman