Skip to content
This repository has been archived by the owner on Jan 29, 2022. It is now read-only.

makes collection of elements all the same height

Notifications You must be signed in to change notification settings

kswedberg/jQuery-sameHeight

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

jQuery SameHeight Plugin

NOTE: This plugin is no longer maintained. Use CSS display: flex or display: grid instead.

Sorry, not much documentation yet.

Make all children of a particular collection of elements have the height of the tallest one of those children

$('#container').sameHeight();

Make collection of elements, filtered by a function, have height of tallest one:

$('#container').sameHeight({elements: function() {
  return $(this).children('.special');
});

About

makes collection of elements all the same height

Resources

Stars

Watchers

Forks