-
Notifications
You must be signed in to change notification settings - Fork 0
DavidQL/resizeTextarea
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
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 0
No packages published