-
Notifications
You must be signed in to change notification settings - Fork 795
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adjust the height of hidden element #12
Comments
The plugin doesn't currently handle this case, you must apply matchHeight while the content is visible. See issue 1. Though, this is on my list of edge cases to fix. Hopefully I'll have a solution for this implemented soon. |
I've just pushed a change that now automatically handles hidden elements like those in tabs. If you're still having this issue, would you mind giving the latest master version a try? |
OK, I'm sorry I was out. Thank you, I'll test. Plugin is great. |
probably do not know how to use. $('.tab-content').each(function () { |
Try this
You need to pass See this jsfiddle |
Yessss :) OK super thans |
Thank you for this great plugin. Should I question whether it is possible to set the same height for hidden elements. specifically for bootstrap tabs.
Thanks
The text was updated successfully, but these errors were encountered: