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
/* | |
* Dependencies: jQuery 1.x / 2.x / 3.x | |
* | |
* Make all the elements the height of the biggest one | |
* elementsSelector is the general selector used to get all the elements | |
* that you want to equalise. e.g '#foo li' | |
* | |
* Use the extra argument to add extra pixels to the final height | |
* | |
* |