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

NimbleNotes/jquery-autosize

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jquery-autosize

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

Installation

  1. meteor add copleykj:jquery-autosize
  2. 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 and updated by Kelly Copley (@copleykj) for the new 0.9.0 packaging system.

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%