Hiding elements not working on a element with match height applied to content inside
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?
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?
Did you resolve this? I need an example if not, thanks.
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.