Sha256: 3f004a0ca9459e358f8ac2d766c7a4440bf3ef29f7bb2dcfa09a0abd6ba13d22
Contents?: true
Size: 1.05 KB
Versions: 1
Compression:
Stored size: 1.05 KB
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 License ------------ The MIT License (MIT) [![Bitdeli Badge](https://d2weczhvl823v0.cloudfront.net/acrogenesis/autosize/trend.png)](https://bitdeli.com/free "Bitdeli Badge")
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
autosize-1.1.18.4 | README.md |