Skip to content

Instantly share code, notes, and snippets.

@Hatteron
Forked from agragregra/equalHeight-Set.js
Created July 8, 2017 16:01
Show Gist options
  • Save Hatteron/18a1b0ba63201e4a702540186c06667a to your computer and use it in GitHub Desktop.
Save Hatteron/18a1b0ba63201e4a702540186c06667a 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