Skip to content

Commit

Permalink
Merge pull request #4 from iamundefeatable/master
Browse files Browse the repository at this point in the history
Updated for jQuery 1.8+.
  • Loading branch information
status201 authored Aug 12, 2021
2 parents c8babbc + 08ba746 commit 2a88902
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions jquery.equalheights.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* Equal heights little jQuery plugin by Status201
* @version 1.0.6
* @requires jQuery 1.7+
* @version 1.0.7
* @requires jQuery 1.8+
* @author Gijs Oliemans <gijs[at]status201.nl>
* @license MIT
*/
Expand Down Expand Up @@ -35,9 +35,9 @@
};

if ( settings.onLoad ) {
$( window ).load(function() {
$( window ).on('load',(function() {
$elements.equalHeights( { onResize: false, onLoad: false } );
});
}));
}

$elements.each(function() {
Expand Down
4 changes: 2 additions & 2 deletions jquery.equalheights.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 2a88902

Please sign in to comment.