Javascript-Equal-Height-Responsive-Rows
Javascript-Equal-Height-Responsive-Rows copied to clipboard
height 0px on bootstrap modal
I have a couple of divs showing up on a bootstrap modal. When I apply .responsiveEqualHeightGrid() to them it always makes style="height: 0px;"
This is most likely due to the elements being hidden initial. I would hook into the open event of the modal and then only call the grids then.