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

Hiding elements not working on a element with match height applied to content inside

Open kimmenbert opened this issue 10 years ago • 3 comments

Doing something like $( '.classname' ).hide(); Is not working when an element inside .classname is targeted by match height.

I guess this has to do with this: // temporarily must force hidden parents visible $hiddenParents.css('display', 'block');

Any possible workaround for this?

kimmenbert avatar Sep 03 '15 12:09 kimmenbert

I think it depends on your setup, the plugin is supposed to revert any changes it applies but there may be some case where it is failing. Can you provide me with a jsfiddle that shows the issue?

liabru avatar Oct 03 '15 16:10 liabru

Did you resolve this? I need an example if not, thanks.

liabru avatar Nov 09 '15 20:11 liabru

I have found that items I hide reappear when the browser resizes. I have a series of items that I need to filter dynamically. Resizing the browser removes style="display: none;" from these items.

henrypenny avatar Apr 21 '16 20:04 henrypenny