Javascript-Equal-Height-Responsive-Rows icon indicating copy to clipboard operation
Javascript-Equal-Height-Responsive-Rows copied to clipboard

Not working with [class*="xxx"] selector

Open tmconnect opened this issue 9 years ago • 0 comments

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

tmconnect avatar May 17 '15 04:05 tmconnect