Last active
October 10, 2019 07:38
-
-
Save agragregra/7660fd36ea072b68864e6df1f0b6c6de to your computer and use it in GitHub Desktop.
equalHeights Set
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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