Skip to content

Instantly share code, notes, and snippets.

@gustavlrsn
Created October 20, 2015 12:32
Show Gist options
  • Save gustavlrsn/7570cb2c9a51170f066a to your computer and use it in GitHub Desktop.
Save gustavlrsn/7570cb2c9a51170f066a to your computer and use it in GitHub Desktop.
Template.body.rendered({
$textarea = ('#textarea-selector', $(this.firstNode)); // Second argument establishes jQuery context
$textarea.autosize();
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment