- 
                Notifications
    You must be signed in to change notification settings 
- Fork 778
Closed
Description
I have a group which has content appended to it via AJAX. At the end of the images loading in the group, I show the content.
If I use: $('.blocks').matchHeight(true); it works perfectly fine.
If I use: $('.blocks').matchHeight(true); outside of the $.ajax call and try utilizing $.fn.matchHeight._update(); to trigger an update when the content is shown, it doesn't fire.
I have a few other areas where the content is dynamically adjusted and I'd like to have the matchHeight updated but as of now, I can't do that. I assume sprinkling .matchHeight(true); 's everywhere is probably not the greatest option, so hopefully, I'm just missing something painfully obvious. 😄