Skip to content

Instantly share code, notes, and snippets.

@alexsul2008
Last active August 15, 2016 22:50
Show Gist options
  • Save alexsul2008/ee08525519676aad0b61f80cd60d434d to your computer and use it in GitHub Desktop.
Save alexsul2008/ee08525519676aad0b61f80cd60d434d to your computer and use it in GitHub Desktop.
equalHeight-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