//Match title height function MatchHeight() { jQuery('.match') .matchHeight({byRow: true}) ; } //Functions that run when all HTML is loaded jQuery(document).ready(function() { MatchHeight(); });