Sha256: 640bf8c8079c2d074be50abcb4ae7bb1057d6a417b57a4f274bb5ae5114084b1
Contents?: true
Size: 895 Bytes
Versions: 1
Compression:
Stored size: 895 Bytes
Contents
Autosize ============ This gem bundles the contents of the [JQuery Autosize Plugin](https://github.com/jackmoore/autosize) from Jack Moore Small jQuery plugin to allow dynamic resizing of textarea height, so that it grows as based on visitor input. To use, just call the `.autosize()` method on any textarea element. Example `$('textarea').autosize();`. See the [project page](http://jacklmoore.com/autosize/) for documentation, caveats, and a demonstration. ## Install add `gem 'autosize'` to your `Gemfile` (and then run `bundle install`). And in your application.js: `//= require jquery.autosize` Contributing ------------ 1. Fork it. 2. Create a branch (`git checkout -b my_markup`) 3. Commit your changes (`git commit -am "Cool new feature"`) 4. Push to the branch (`git push origin my_markup`) 5. Open a [Pull Request][1] 6. Enjoy a refreshing 'Insert Favorite Beverage' and wait
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
autosize-1.3.0.21 | README.md |