Skip to content

Recidvst/simple-match-height

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Match Height

A simple javascript height-matching utility function with no dependencies.

e.g.

// trigger matchheight
function triggerMatchHeights(selector) {
  if (selector === undefined) return false;
  const target = [...document.querySelectorAll(selector)];
  matchSomeHeights(target);
}

triggerMatchHeights('.box');

About

A simple javascript height-matching utility function.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages