Auto Growing Textareas
This plugin makes it easy to have auto-growing textareas. Meaning, if you have a textarea, as the user types it will expand vertically to accommodate the size of the entry. This was inspired by Facebook's auto-expanding text areas.
To make a textarea autogrow, simply do this
$('textarea').autogrow();
$('textarea.classname').autogrow();
etc...
download
To make a textarea autogrow, simply do this
$('textarea').autogrow();
$('textarea.classname').autogrow();
etc...
download
round corner box in html
That said, creating rounded corners in no rocket science. We simply employ HTML dives to create the layout accomplish our task - which is to produce something like the div with rounded corners below.
download
download
Subscribe to:
Posts (Atom)