Skip to content

Instantly share code, notes, and snippets.

@adrianmcli
Created January 21, 2015 23:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save adrianmcli/333a39bd272dc58815de to your computer and use it in GitHub Desktop.
Save adrianmcli/333a39bd272dc58815de to your computer and use it in GitHub Desktop.
Apply Foundation topbar listener when a Meteor template is loaded
Template.layout.rendered = function(){
$(document).foundation('topbar', 'reflow'); // apply listener
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment