X-Git-Url: http://git.iain.cx/?a=blobdiff_plain;ds=sidebyside;f=www%2Fjquery.autosize.js;fp=www%2Fjquery.autosize.js;h=0f296d4b2de323bc87a94687ce051705514bebd9;hb=c0b122f11daeec715462a6819ec46df6733ce61d;hp=0000000000000000000000000000000000000000;hpb=ae61a962282c09760dcd69150c6b242945bb4e2f;p=readifood.git diff --git a/www/jquery.autosize.js b/www/jquery.autosize.js new file mode 100644 index 0000000..0f296d4 --- /dev/null +++ b/www/jquery.autosize.js @@ -0,0 +1,250 @@ +/*! + Autosize v1.18.1 - 2013-11-05 + Automatically adjust textarea height based on user input. + (c) 2013 Jack Moore - http://www.jacklmoore.com/autosize + license: http://www.opensource.org/licenses/mit-license.php +*/ +(function ($) { + var + defaults = { + className: 'autosizejs', + append: '', + callback: false, + resizeDelay: 10 + }, + + // border:0 is unnecessary, but avoids a bug in Firefox on OSX + copy = '