We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Would be useful to add a little note in the docs about _applyDataApi().
_applyDataApi()
https://github.com/liabru/jquery-match-height/blob/master/jquery.matchHeight.js#L305
In my experience, I had an infinite scrolling grid, and calling _update didn't fix the newly loaded elements.
_update
I had set them up using the data-mh api in the CMS.
data-mh
Calling $.fn.matchHeight._applyDataApi(); did do the trick, though.
$.fn.matchHeight._applyDataApi();
And perhaps adding a note to the _update to say this is also an option.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Would be useful to add a little note in the docs about
_applyDataApi()
.https://github.com/liabru/jquery-match-height/blob/master/jquery.matchHeight.js#L305
In my experience, I had an infinite scrolling grid, and calling
_update
didn't fix the newly loaded elements.I had set them up using the
data-mh
api in the CMS.Calling
$.fn.matchHeight._applyDataApi();
did do the trick, though.And perhaps adding a note to the
_update
to say this is also an option.The text was updated successfully, but these errors were encountered: