cool text area resizer jquery

jQuery TextAreaResizer plugin


Demo: Check the demo
URL: http://archive.plugins.jquery.com/project/TextAreaResizer
Download: Download last version

div.grippie {
background:#EEEEEE url(grippie.png) no-repeat scroll center 2px;
border-color:#DDDDDD;
border-style:solid;
border-width:0pt 1px 1px;
cursor:s-resize;
height:9px;
overflow:hidden;
}
.resizable-textarea textarea {
display:block;
margin-bottom:0pt;
width:95%;
height: 20%;
}

/* jQuery textarea resizer plugin usage */
$(document).ready(function() {
$('textarea.resizable:not(.processed)').TextAreaResizer();
});
cool text area resizer jquery cool text area resizer jquery Reviewed by Bhaumik Patel on 9:51 PM Rating: 5