Skip to content

Instantly share code, notes, and snippets.

View nick1n's full-sized avatar
🤓

Nick nick1n

🤓
View GitHub Profile
$.fn.equalheight = function( remove ) {
// Reset heights from the last viewport resize so that values do not get wacky-large.
this.height('auto');
// if remove is true, just reset the heights and return
if ( remove ) {
return;
}