Open wilsontse88 opened 7 years ago
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});
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 ??
Tthanks.