“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
“This script adds formatting tools- B,I,U,CODE etc. in quick reply area,blog comments textarea, message reply and above QuickEdit textarea. You can edit, debug, and monitor CSS, HTML, and JavaScript live in any web page”
— Ayush - User JavaScripts, my.opera.com
“I need to write a script where people would write in textarea and in the field below should be a div which should show how”
— Textarea symbol count : JavaScript Forum, devppl.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
“I discovered a real JavaScript gem in PHPMyAdmin this morning. They have code that inserts content into a at the cursor position instead of just at the beginning/end of the WordPress and other blog and web forum packages would really benefit from this”
— Inserting at the cursor using JavaScript | alexking.org, alexking.org
“This is a simple trick that will allow users to select the contents of a text area. Search this site: Blog. Forum. Tools. Examples. Plugins. About. Contact. Home | Blogs | Using JavaScript To Select Textarea Text. Categories. Apache. DOS/Windows. Drupal. SimpleTest”
— Using JavaScript To Select Textarea Text | #! code, hashbangcode.com
“textarea. jQuery plugin for auto-growing textareas. With my big blog redesign, I wanted a auto-growing comment box. In the past, I've written a nice auto-resize textarea JavaScript function which does just that, but with jQuery belonging to”
— BigSmoke " Javascript, blog.bigsmoke.us
“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