Skip to content

jQuery Autosize ("a plugin to automatically adjust textarea height") repackaged for Meteor.

License

Notifications You must be signed in to change notification settings

spendflow/meteor-jquery-autosize

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Use copleykj:jquery-autosize for Meteor 0.9.0+.

meteor-jquery-autosize

jQuery Autosize ("a plugin to automatically adjust textarea height") repackaged for Meteor.

Installation

  1. npm install -g meteorite (if not already installed)
  2. mrt add jquery-autosize
  3. Call $(selector).autosize() in your Template.templateName.rendered callback, where selector is a jQuery selector.

Example:

$textarea = ('#textarea-selector', $(this.firstNode)); // Second argument establishes jQuery context
$textarea.autosize();

Documentation

http://www.jacklmoore.com/autosize/

Original package

https://github.com/jackmoore/autosize/

Author

The Meteor repackage was created by Spendflow, a web app to help you budget the money you have.

Click to sign up for the private beta.

Follow Spendflow on Twitter: @spendflow Follow @wizonesolutions on Twitter: @wizonesolutions

About

jQuery Autosize ("a plugin to automatically adjust textarea height") repackaged for Meteor.

Resources

License

Stars

Watchers

Forks

Packages