Javascript-Equal-Height-Responsive-Rows
Javascript-Equal-Height-Responsive-Rows copied to clipboard
Not working with [class*="xxx"] selector
Thanks for this great solution.
I tried this with a bootstrap theme and want to use it like this
$("[class*='col-']").responsiveEqualHeightGrid();
but it doesn't work.
As a workaround I added a standard class to each col (like class="col col-md-4") and it works as expected. But it would be great if it works with wildcard selectors as well.
Thanks