“For whatever reason, when I first delved into JavaScript and AJAX a few years ago I picked Prototype as my helper library. One of my main on-going projects required a resizable text area, and I knew that Drupal (This blog is a Drupal site) had just the right thing for it”
— Text Area Resizer - A Prototype Port | Sam Burney's Random, samburney.com
“Ben Nadel's web development blog on ColdFusion, jQuery, HTML5, AJAX, SQL, and all aspects of web application development. On reading the textarea value in a javascript method the "enter key "”
— Ask Ben: Javascript Replace And Multiple Lines / Line Breaks, bennadel.com
“Javascript to limit text area to 500 words - Joomla! Components - RSForm! Pro - RSJoomla! Forum Javascript to limit text area to 500 words 1 Month ago. Can anyone help me out with a javascript that will limit the textarea to”
— Javascript to limit text area to 500 words - RSJoomla! Forum, rsjoomla.com
“function doGetCaretPosition (ctrl) { var CaretPos = 0; // IE Support if (document.selection) { ctrl.focus (); var Sel = document.selection.createRange”
— Javascript : Getting and Setting Caret Position in Textarea, blog.vishalon.net
“Click to See Complete Forum and Search --> : Expanding textarea with javascript I am trying to find a way to expand a textarea if the amount of text exceeds the given height. Does anybody know of a javascript code for this or even a css code if such”
— Expanding textarea with javascript [Archive] - WebDeveloper.com, webdeveloper.com
“If you want to give your users a little snippet of code it is nice to give them the option of selecting the entire block of code”
— Highlight The Contents Of A Textarea With JavaScript | #! code, hashbangcode.com
“maxlength is a really handy attribute on the <input type="text"> tag, but it would be really handy on <textarea> </textarea> tags as well. now you don't need to jump through hoops to make it possible without adding”
— MaxLength on a Textarea, blog.offbeatmammal.com
“Create simple cross-browser textarea editor. This tutorial will help you create simple richtext editor you can use on any of your HTML forms”
— Create simple cross-browser textarea editor | Hot Scripts Blog, hotscripts.com
“The other day, I was working on a script to allow administrators to edit templates within the admin center of the content management system I'm developing”
— Insert Text Into Textareas Using Javascript, htmlcenter.com