Makes columns in a row match the height of the content
- Add match-columns.js to your project (this runs on document ready [this means it doesn't work on dynamically added rows/columns])
- Add data-match-columns=true to any <div class='row'> to have their columns resized to match the tallest column
- Trigger the event 'resizeHeights' on a column to have it and it's neighbors resized
- bootstrap-column-height will only look 1 level deep in the subtree of a row that has data-match-columns=true

