Skip to content

DavidQL/resizeTextarea

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

jQuery plugin to standardize textareas.

Browsers render textareas differently, the major difference being that Chrome adds a resize paddle to the bottom right of each one. These mess up designs and present the user with an inconsistent experience across browsers. 

Wouldn't it be great if every browser let the user resize textareas? Now they can! Once you've loaded in jQuery and jQuery UI, standardize your textareas like this:

$('textarea').textareaResize();

You can add resize capabilities to only certain textures, depending on class, for example:

$('textarea.resize').textareaResize();

Make sure your textareas are inside form elements!

About

jQuery plugin to standardize textareas across browsers

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published