Horje

Javascript Code

Javascript Code for making expand textarea when Wirte
script.js
Example: JAVASCRIPT
<script>
function auto_grow(element) {
  element.style.height = "5px";
  element.style.height = (element.scrollHeight) + "px";
}    
</script>




Type:
javascript
Category:
Web Tutorial
Sub Category:
HTML Form Tutorial
Uploaded by:
Admin