Skip to content

Instantly share code, notes, and snippets.

@joshuaiz
Created February 14, 2014 04:41
Show Gist options
  • Save joshuaiz/8995916 to your computer and use it in GitHub Desktop.
Save joshuaiz/8995916 to your computer and use it in GitHub Desktop.
<script type="text/javascript">
jQuery(document).ready(function($){
$.equalHeightColumns('destroy');
$('yourselector(s)').equalHeightColumns();
});
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment