Created
January 22, 2016 08:59
-
-
Save saihoooooooo/d03c09b6d6121b5aaa4c to your computer and use it in GitHub Desktop.
jquery.matchHeight.js in meteor
This file contains 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
Template.hello.onRendered(function() { | |
$.getScript("https://cdnjs.cloudflare.com/ajax/libs/materialize/0.97.5/js/materialize.min.js", function() { | |
$(function() { | |
$('.mhhh').matchHeight(); | |
}); | |
}); | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment