Skip to content

Instantly share code, notes, and snippets.

@saihoooooooo
Created January 22, 2016 08:59
Show Gist options
  • Save saihoooooooo/d03c09b6d6121b5aaa4c to your computer and use it in GitHub Desktop.
Save saihoooooooo/d03c09b6d6121b5aaa4c to your computer and use it in GitHub Desktop.
jquery.matchHeight.js in meteor
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