Skip to content

Instantly share code, notes, and snippets.

@agragregra
Last active October 10, 2019 07:38
Show Gist options
  • Save agragregra/7660fd36ea072b68864e6df1f0b6c6de to your computer and use it in GitHub Desktop.
Save agragregra/7660fd36ea072b68864e6df1f0b6c6de to your computer and use it in GitHub Desktop.
equalHeights Set
function heightses() {
$(".program-item").height("auto").equalHeights();
}heightses();
$(window).resize(function() {
heightses();
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment